diff options
| author | Richard Linden <none@none> | 2012-12-03 19:54:53 -0800 |
|---|---|---|
| committer | Richard Linden <none@none> | 2012-12-03 19:54:53 -0800 |
| commit | 407e5013f3845208e0a60e26e8f0a7fad997df5d (patch) | |
| tree | 4b181e4bf950b21961019d4c9c4280065fe66cac /indra/newview/llstartup.cpp | |
| parent | 13e4edf1cd664864afa585bc83bbe99d4f743326 (diff) | |
SH-3406 WIP convert fast timers to lltrace system
converted fast timer view over to new lltrace mechanisms
Diffstat (limited to 'indra/newview/llstartup.cpp')
| -rwxr-xr-x | indra/newview/llstartup.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llstartup.cpp b/indra/newview/llstartup.cpp index 511e6ec2ab..69999071e7 100755 --- a/indra/newview/llstartup.cpp +++ b/indra/newview/llstartup.cpp @@ -2184,7 +2184,7 @@ bool idle_startup() LLAppViewer::instance()->handleLoginComplete(); // reset timers now that we are running "logged in" logic - LLTrace::BlockTimer::reset(); + LLTrace::TimeBlock::reset(); LLAgentPicksInfo::getInstance()->requestNumberOfPicks(); |
