diff options
| author | Richard Linden <none@none> | 2013-05-16 00:53:01 -0700 |
|---|---|---|
| committer | Richard Linden <none@none> | 2013-05-16 00:53:01 -0700 |
| commit | 12c34dc30f0cb6270c11e100fcaceb3fa6b27e81 (patch) | |
| tree | 80eceb8ef0573c02d61d45092b06e7a2849defce /indra/newview/llworld.cpp | |
| parent | 7b86d10c2d116637e4c8f2533c4fbb5ac601c522 (diff) | |
SH-3931 WIP Interesting: Add graphs to visualize scene load metrics
renamed LLView::handleVisibilityChange to onVisibilityChange to reflect
cleaned up scene monitor stats recording, now all trace stats dumped to csv
also fixed extendablerecording, periodicrecording, etc. to properly implement start/stop/etc
Diffstat (limited to 'indra/newview/llworld.cpp')
| -rw-r--r-- | indra/newview/llworld.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llworld.cpp b/indra/newview/llworld.cpp index a123c12811..c88df93119 100644 --- a/indra/newview/llworld.cpp +++ b/indra/newview/llworld.cpp @@ -135,7 +135,7 @@ void LLWorld::destroyClass() //make all visible drawbles invisible. LLDrawable::incrementVisible(); - LLSceneMonitor::getInstance()->destroyClass(); + LLSceneMonitor::deleteSingleton(); } |
