diff options
author | Richard Linden <none@none> | 2012-08-06 16:08:04 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2012-08-06 16:08:04 -0700 |
commit | a98c7e150b3404cbbb7324bfe2a5f547f613346b (patch) | |
tree | 1cd71cfb72cc342c74edfb0326aa56eb01240c54 /indra/newview/llfasttimerview.h | |
parent | 4d395a0de044328cf318598ef9b88eddde8e82af (diff) |
llfasttimer cleanup
removed unnecessary cache miss from fast timers
renamed llfasttimer_class back to llfasttimer
Diffstat (limited to 'indra/newview/llfasttimerview.h')
-rw-r--r-- | indra/newview/llfasttimerview.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfasttimerview.h b/indra/newview/llfasttimerview.h index 1fda91f173..5766cfa0b0 100644 --- a/indra/newview/llfasttimerview.h +++ b/indra/newview/llfasttimerview.h @@ -46,6 +46,7 @@ private: static LLSD analyzePerformanceLogDefault(std::istream& is) ; static void exportCharts(const std::string& base, const std::string& target); void onPause(); + LLFastTimer::NamedTimer& getFrameTimer(); public: |