diff options
| author | Richard Linden <none@none> | 2013-07-31 19:32:50 -0700 |
|---|---|---|
| committer | Richard Linden <none@none> | 2013-07-31 19:32:50 -0700 |
| commit | bd5808765f7a74226d312afbb863c471528b8d1a (patch) | |
| tree | 37d805f1463fd6de2cf6af90b6ecf30a8cc3dc22 /indra/llcommon/llfasttimer.cpp | |
| parent | e87ba587555d2a70e87dd0b204be2d586920d50f (diff) | |
cleanup - renamed valueAs to valueInUnits and made it a symmetrical getter/setter
Diffstat (limited to 'indra/llcommon/llfasttimer.cpp')
| -rwxr-xr-x | indra/llcommon/llfasttimer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/llfasttimer.cpp b/indra/llcommon/llfasttimer.cpp index 6f046c18ff..f4c87ab6f6 100755 --- a/indra/llcommon/llfasttimer.cpp +++ b/indra/llcommon/llfasttimer.cpp @@ -397,7 +397,7 @@ void TimeBlock::dumpCurTimes() } out_str << timerp->getName() << " " - << std::setprecision(3) << total_time.valueAs<LLUnits::Milliseconds>() << " ms, " + << std::setprecision(3) << total_time.valueInUnits<LLUnits::Milliseconds>() << " ms, " << num_calls << " calls"; llinfos << out_str.str() << llendl; |
