diff options
| author | Steven Bennetts <steve@lindenlab.com> | 2007-03-02 21:25:50 +0000 |
|---|---|---|
| committer | Steven Bennetts <steve@lindenlab.com> | 2007-03-02 21:25:50 +0000 |
| commit | 4dabd9c0472deb49573fdafef2fa413e59703f19 (patch) | |
| tree | 06c680d6a2047e03838d6548bccd26c7baf9d652 /indra/newview/llviewerstats.cpp | |
| parent | d4462963c6ba5db2088723bbedc7b60f1184c594 (diff) | |
merge release@58699 beta-1-14-0@58707 -> release
Diffstat (limited to 'indra/newview/llviewerstats.cpp')
| -rw-r--r-- | indra/newview/llviewerstats.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/indra/newview/llviewerstats.cpp b/indra/newview/llviewerstats.cpp index baf241697b..4a5cbd20e6 100644 --- a/indra/newview/llviewerstats.cpp +++ b/indra/newview/llviewerstats.cpp @@ -103,13 +103,13 @@ const StatAttributes STAT_INFO[LLViewerStats::ST_COUNT] = // ST_SIM_FPS_20_SECONDS StatAttributes("Seconds with sim FPS below 20", TRUE, TRUE), // ST_PHYS_FPS_20_SECONDS - StatAttributes("Seconds with physics FPS below 20", TRUE, TRUE), + StatAttributes("Seconds with physics FPS below 20", FALSE, TRUE), // ST_LOSS_05_SECONDS StatAttributes("Seconds with packet loss > 5%", TRUE, TRUE), // ST_FPS_DROP_50_RATIO - StatAttributes("Ratio of frames 2x longer than previous", TRUE, FALSE), - // ST_MEDIA_OBJECT_LIST_LENGTH - StatAttributes("Number of objects that want to display web pages", TRUE, FALSE), + StatAttributes("Ratio of frames 2x longer than previous", FALSE, FALSE), + // ST_ENABLE_VBO + StatAttributes("Vertex Buffers Enabled", TRUE, FALSE), // ST_DELTA_BANDWIDTH StatAttributes("Increase/Decrease in bandwidth based on packet loss", TRUE, FALSE), // ST_MAX_BANDWIDTH |
