Home
last modified time | relevance | path

Searched refs:GetMetric (Results 1 – 3 of 3) 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()
/external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Collision/
Db2Distance.cpp125 float32 metric2 = GetMetric(); in ReadCache()
151 cache->metric = GetMetric(); in WriteCache()
242 float32 GetMetric() const in GetMetric() function