diff options
author | Richard Linden <none@none> | 2013-12-05 21:58:45 -0800 |
---|---|---|
committer | Richard Linden <none@none> | 2013-12-05 21:58:45 -0800 |
commit | 6b84d405582e87e0b7e0a3b0cbc5635651af5e3b (patch) | |
tree | 52587eba74686f8ad6a62077ad500422e5857c14 /indra/newview/llappviewer.cpp | |
parent | 526be23096671e8916ec2b5644a46020f33479a8 (diff) |
added some comments and changed calls from get_master_thread_recorder()
over to get_thread_recorder() to be agnostic about which thread we're running on
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rwxr-xr-x | indra/newview/llappviewer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index 9a31b6b51f..a7f5eb48a4 100755 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -1325,7 +1325,7 @@ bool LLAppViewer::mainLoop() LLTrace::get_frame_recording().nextPeriod(); LLTrace::BlockTimer::logStats(); - LLTrace::get_master_thread_recorder()->pullFromChildren(); + LLTrace::get_thread_recorder()->pullFromChildren(); //clear call stack records LL_CLEAR_CALLSTACKS(); |