diff options
Diffstat (limited to 'linden/indra/newview/llviewerstats.h')
-rw-r--r-- | linden/indra/newview/llviewerstats.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/linden/indra/newview/llviewerstats.h b/linden/indra/newview/llviewerstats.h index f33ad02..3169794 100644 --- a/linden/indra/newview/llviewerstats.h +++ b/linden/indra/newview/llviewerstats.h | |||
@@ -4,7 +4,7 @@ | |||
4 | * | 4 | * |
5 | * $LicenseInfo:firstyear=2002&license=viewergpl$ | 5 | * $LicenseInfo:firstyear=2002&license=viewergpl$ |
6 | * | 6 | * |
7 | * Copyright (c) 2002-2008, Linden Research, Inc. | 7 | * Copyright (c) 2002-2009, Linden Research, Inc. |
8 | * | 8 | * |
9 | * Second Life Viewer Source Code | 9 | * Second Life Viewer Source Code |
10 | * The source code in this file ("Source Code") is provided by Linden Lab | 10 | * The source code in this file ("Source Code") is provided by Linden Lab |
@@ -77,6 +77,9 @@ public: | |||
77 | LLStat mSimAgentMsec; | 77 | LLStat mSimAgentMsec; |
78 | LLStat mSimImagesMsec; | 78 | LLStat mSimImagesMsec; |
79 | LLStat mSimScriptMsec; | 79 | LLStat mSimScriptMsec; |
80 | LLStat mSimSpareMsec; | ||
81 | LLStat mSimSleepMsec; | ||
82 | LLStat mSimPumpIOMsec; | ||
80 | 83 | ||
81 | LLStat mSimMainAgents; | 84 | LLStat mSimMainAgents; |
82 | LLStat mSimChildAgents; | 85 | LLStat mSimChildAgents; |