diff options
| author | Richard Linden <none@none> | 2012-10-17 00:06:22 -0700 |
|---|---|---|
| committer | Richard Linden <none@none> | 2012-10-17 00:06:22 -0700 |
| commit | e6ca5471a2a816a24888ae1b38332531b22b7254 (patch) | |
| tree | 8eb0adb0db391bc775e79dee6486e2d51a6e3c04 /indra/newview/lltexturefetch.cpp | |
| parent | 8d2f7a526545a10cd3669bf837a0b6f02cf5fe71 (diff) | |
SH-3275 Update viewer metrics system to be more flexible
put template parameter back in LLUnit units
added free function operators for mathematical manipulation of unit values
converted texture memory tracking to units
Diffstat (limited to 'indra/newview/lltexturefetch.cpp')
| -rw-r--r-- | indra/newview/lltexturefetch.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lltexturefetch.cpp b/indra/newview/lltexturefetch.cpp index f2caa01644..8ddaac5cc8 100644 --- a/indra/newview/lltexturefetch.cpp +++ b/indra/newview/lltexturefetch.cpp @@ -2316,7 +2316,7 @@ S32 LLTextureFetch::update(F32 max_time_ms) if(mCurlGetRequest) { - LLStatViewer::TEXTURE_KBIT.add<LLUnits::Bits>(mCurlGetRequest->getTotalReceivedBits()); + LLStatViewer::TEXTURE_KBIT.add<LLTrace::Bits>(mCurlGetRequest->getTotalReceivedBits()); //gTextureList.sTextureBits += mCurlGetRequest->getTotalReceivedBits(); } |
