Home
last modified time | relevance | path

Searched refs:GetMetric (Results 1 – 2 of 2) sorted by relevance

/external/lldb/tools/lldb-perf/lib/
DMeasurement.h49 m_metric(rhs.GetMetric()) in Measurement()
75 GetMetric () const in GetMetric() function
97 auto metric = GetMetric (); in WriteStartValue()
104 auto metric = GetMetric (); in WriteStopValue()
111 auto metric = GetMetric (); in WriteAverageValue()
118 auto metric = GetMetric (); in WriteAverageAndStandardDeviation()
129 auto metric = GetMetric (); in WriteStandardDeviation()
/external/lldb/tools/lldb-perf/common/stepping/
Dlldb-perf-stepping.cpp93 …t.AddDouble ("total-time", "Total time spent stepping.", m_time_measurements.GetMetric().GetSum()); in WriteResults()
94 …e ("stddev-time", "StdDev of time spent stepping.", m_time_measurements.GetMetric().GetStandardDev… in WriteResults()