diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2023-01-17 20:25:32 +0200 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2023-01-17 20:28:22 +0200 |
commit | a7280281a1dc8c7ff1ec5729ff77dbc5e8eb8e67 (patch) | |
tree | 97a7500322f22cfeb528e344dfa07f565008dea2 /indra/newview/llperfstats.h | |
parent | 6c418060c183a40c9e7f56d1fcf81ac8308091a2 (diff) |
SL-18934 Don't adjust settings if mean frame time still doesn't exceed expected
Diffstat (limited to 'indra/newview/llperfstats.h')
-rw-r--r-- | indra/newview/llperfstats.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llperfstats.h b/indra/newview/llperfstats.h index f00a28703c..fb0b197f20 100644 --- a/indra/newview/llperfstats.h +++ b/indra/newview/llperfstats.h @@ -203,6 +203,7 @@ namespace LLPerfStats StatsRecorder(); static int countNearbyAvatars(S32 distance); + static U64 getMeanTotalFrameTime(U64 tot_frame_time_raw); // StatsArray is a uint64_t for each possible statistic type. using StatsArray = std::array<uint64_t, static_cast<size_t>(LLPerfStats::StatType_t::STATS_COUNT)>; using StatsMap = std::unordered_map<LLUUID, StatsArray, boost::hash<LLUUID>>; |