diff options
author | Richard Linden <none@none> | 2012-10-19 19:35:01 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2012-10-19 19:35:01 -0700 |
commit | 176ffa54b44f2ef73f23e3252dd439f52fab3265 (patch) | |
tree | a261deb62bf993388805146119c15fadef917732 /indra/newview/llviewerstats.h | |
parent | bd52d784f904cb0b46be5826f6c7df31b214fc09 (diff) |
SH-3405 WIP convert existing stats to lltrace system
finished most of conversion of llviewerassetstats
ported some param block fixes from viewer-chui
converted viewer asset stats to param block format
Diffstat (limited to 'indra/newview/llviewerstats.h')
-rwxr-xr-x | indra/newview/llviewerstats.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llviewerstats.h b/indra/newview/llviewerstats.h index 78c4b89f71..34731481f5 100755 --- a/indra/newview/llviewerstats.h +++ b/indra/newview/llviewerstats.h @@ -127,7 +127,8 @@ extern SimMeasurement<> SIM_TIME_DILATION, SIM_PHYSICS_PINNED_TASKS, SIM_PHYSICS_LOD_TASKS; -extern LLTrace::Measurement<> NUM_IMAGES, +extern LLTrace::Measurement<> FPS_SAMPLE, + NUM_IMAGES, NUM_RAW_IMAGES, NUM_OBJECTS, NUM_ACTIVE_OBJECTS, |