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

/external/lldb/tools/lldb-perf/lib/
H A DMeasurement.h49 m_metric(rhs.GetMetric())
75 GetMetric () const function in class:lldb_perf::Measurement
97 auto metric = GetMetric ();
104 auto metric = GetMetric ();
111 auto metric = GetMetric ();
118 auto metric = GetMetric ();
129 auto metric = GetMetric ();
/external/lldb/tools/lldb-perf/common/stepping/
H A Dlldb-perf-stepping.cpp93 results_dict.AddDouble ("total-time", "Total time spent stepping.", m_time_measurements.GetMetric().GetSum());
94 results_dict.AddDouble ("stddev-time", "StdDev of time spent stepping.", m_time_measurements.GetMetric().GetStandardDeviation());

Completed in 1403 milliseconds