Searched refs:GetStandardDeviation (Results 1 - 4 of 4) sorted by relevance

/external/lldb/tools/lldb-perf/lib/
H A DMetric.h47 GetStandardDeviation (StandardDeviationMode mode = StandardDeviationMode::ePopulation) const;
H A DMetric.cpp64 Metric<T>::GetStandardDeviation (StandardDeviationMode mode) const function in class:Metric
H A DMeasurement.h122 dictionary->Add("stddev", NULL, lldb_perf::GetResult<typename GaugeType::ValueType> (NULL, metric.GetStandardDeviation()));
130 results.GetDictionary().Add(metric.GetName(), metric.GetDescription(), lldb_perf::GetResult<typename GaugeType::ValueType> (NULL, metric.GetStandardDeviation()));
/external/lldb/tools/lldb-perf/common/stepping/
H A Dlldb-perf-stepping.cpp94 results_dict.AddDouble ("stddev-time", "StdDev of time spent stepping.", m_time_measurements.GetMetric().GetStandardDeviation());

Completed in 381 milliseconds