summaryrefslogtreecommitdiff
path: root/indra/newview/llperfstats.h
diff options
context:
space:
mode:
authorMnikolenko Productengine <mnikolenko@productengine.com>2023-03-19 22:07:17 +0200
committerMnikolenko Productengine <mnikolenko@productengine.com>2023-03-19 22:07:17 +0200
commit5b7137f9aa75061fa21ad5def4af8ef673842486 (patch)
tree1387cd360b89eb79843b05269f1d80db661265fe /indra/newview/llperfstats.h
parent464c2b393e5aa940cbba079c976a65961de08bf9 (diff)
SL-19425 add third option to Settings affect: World Only
Diffstat (limited to 'indra/newview/llperfstats.h')
-rw-r--r--indra/newview/llperfstats.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llperfstats.h b/indra/newview/llperfstats.h
index 200ff1f248..48ac483ce7 100644
--- a/indra/newview/llperfstats.h
+++ b/indra/newview/llperfstats.h
@@ -54,6 +54,7 @@ namespace LLPerfStats
static constexpr U32 TUNE_AVATARS_ONLY{0};
static constexpr U32 TUNE_SCENE_AND_AVATARS{1};
+ static constexpr U32 TUNE_SCENE_ONLY{2};
extern F64 cpu_hertz;