HomeSort by relevance Sort by last modified time
    Searched refs:GetStandardDeviation (Results 1 - 4 of 4) sorted by null

  /external/lldb/tools/lldb-perf/lib/
Metric.h 47 GetStandardDeviation (StandardDeviationMode mode = StandardDeviationMode::ePopulation) const;
Metric.cpp 64 Metric<T>::GetStandardDeviation (StandardDeviationMode mode) const
Measurement.h 122 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/
lldb-perf-stepping.cpp 94 results_dict.AddDouble ("stddev-time", "StdDev of time spent stepping.", m_time_measurements.GetMetric().GetStandardDeviation());

Completed in 656 milliseconds