diff options
| author | Richard Linden <none@none> | 2012-10-10 19:25:56 -0700 |
|---|---|---|
| committer | Richard Linden <none@none> | 2012-10-10 19:25:56 -0700 |
| commit | 74ac0182ec8f7a0f6d0ea89f5814f0998ab90b62 (patch) | |
| tree | aa8e0b6b231c3eb24719b884a8e951b217ca60e7 /indra/llcommon/llthread.cpp | |
| parent | 960f8764ad2407add941bc8650b295f1e77beb19 (diff) | |
SH-3405 WIP convert existing stats to lltrace system
fixed units conversion so that trace getters return convertable units
removed circular dependencies from lltrace*
converted more stats to lltrace
Diffstat (limited to 'indra/llcommon/llthread.cpp')
| -rw-r--r-- | indra/llcommon/llthread.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llcommon/llthread.cpp b/indra/llcommon/llthread.cpp index 6723e427f5..cc661bab59 100644 --- a/indra/llcommon/llthread.cpp +++ b/indra/llcommon/llthread.cpp @@ -33,6 +33,7 @@ #include "lltimer.h" #include "lltrace.h" +#include "lltracethreadrecorder.h" #if LL_LINUX || LL_SOLARIS #include <sched.h> |
