diff options
author | Richard Linden <none@none> | 2013-05-20 12:47:23 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2013-05-20 12:47:23 -0700 |
commit | fbce0030494ccb6fa8f6cf45e1ec95a2fa922bcd (patch) | |
tree | b307e109576a30fc9dfbcdf5ce453cbc8c6d5d7c /indra/newview/llfasttimerview.cpp | |
parent | 1225a7a3cc29e3b6429fa0af87204599e98bee3e (diff) |
SH-3931 WIP Interesting: Add graphs to visualize scene load metrics
killed LLFastTimerView::getTime
fixed block time stats always being 0
Diffstat (limited to 'indra/newview/llfasttimerview.cpp')
-rw-r--r-- | indra/newview/llfasttimerview.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/indra/newview/llfasttimerview.cpp b/indra/newview/llfasttimerview.cpp index 45ffe56ac1..b78dd08bf1 100644 --- a/indra/newview/llfasttimerview.cpp +++ b/indra/newview/llfasttimerview.cpp @@ -422,13 +422,6 @@ void LLFastTimerView::draw() mHoverBarIndex = -1; } -F64 LLFastTimerView::getTime(const std::string& name) -{ - //TODO: replace calls to this with use of timer object directly - //llstatic_assert(false, "TODO: implement"); - return 0.0; -} - void saveChart(const std::string& label, const char* suffix, LLImageRaw* scratch) { //read result back into raw image |