diff options
Diffstat (limited to 'indra/llcommon/lltracerecording.h')
-rw-r--r-- | indra/llcommon/lltracerecording.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/indra/llcommon/lltracerecording.h b/indra/llcommon/lltracerecording.h index ea090e6ee1..9550838798 100644 --- a/indra/llcommon/lltracerecording.h +++ b/indra/llcommon/lltracerecording.h @@ -181,11 +181,11 @@ namespace LLTrace F64Bytes getStandardDeviation(const TraceType<MemStatAccumulator>& stat); F64Bytes getLastValue(const TraceType<MemStatAccumulator>& stat); - F64Bytes getMin(const TraceType<MemStatAccumulator::ChildMemFacet>& stat); - F64Bytes getMean(const TraceType<MemStatAccumulator::ChildMemFacet>& stat); - F64Bytes getMax(const TraceType<MemStatAccumulator::ChildMemFacet>& stat); - F64Bytes getStandardDeviation(const TraceType<MemStatAccumulator::ChildMemFacet>& stat); - F64Bytes getLastValue(const TraceType<MemStatAccumulator::ChildMemFacet>& stat); + F64Bytes getMin(const TraceType<MemStatAccumulator::ShadowMemFacet>& stat); + F64Bytes getMean(const TraceType<MemStatAccumulator::ShadowMemFacet>& stat); + F64Bytes getMax(const TraceType<MemStatAccumulator::ShadowMemFacet>& stat); + F64Bytes getStandardDeviation(const TraceType<MemStatAccumulator::ShadowMemFacet>& stat); + F64Bytes getLastValue(const TraceType<MemStatAccumulator::ShadowMemFacet>& stat); U32 getSum(const TraceType<MemStatAccumulator::AllocationCountFacet>& stat); U32 getSum(const TraceType<MemStatAccumulator::DeallocationCountFacet>& stat); |