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

  /external/lldb/tools/lldb-perf/lib/
Gauge.cpp 14 lldb_perf::Results::ResultSP
15 lldb_perf::GetResult (const char *description, double value)
28 lldb_perf::Results::ResultSP
29 lldb_perf::GetResult (const char *description, uint64_t value)
42 lldb_perf::Results::ResultSP
43 lldb_perf::GetResult (const char *description, std::string value)
Timer.h 19 namespace lldb_perf namespace
MemoryGauge.h 18 namespace lldb_perf { namespace
142 } // namespace lldb_perf
144 lldb_perf::MemoryStats
145 sqrt (const lldb_perf::MemoryStats& arg);
Metric.cpp 14 using namespace lldb_perf;
84 template class lldb_perf::Metric<double>;
85 template class lldb_perf::Metric<MemoryStats>;
Gauge.h 18 namespace lldb_perf { namespace
Metric.h 17 namespace lldb_perf { namespace
Xcode.h 27 namespace lldb_perf namespace
Measurement.h 18 namespace lldb_perf namespace
98 results.GetDictionary().Add(metric.GetName(), metric.GetDescription(), lldb_perf::GetResult<typename GaugeType::ValueType> (NULL, metric.GetStartValue()));
105 results.GetDictionary().Add(metric.GetName(), metric.GetDescription(), lldb_perf::GetResult<typename GaugeType::ValueType> (NULL, metric.GetStopValue()));
112 results.GetDictionary().Add(metric.GetName(), metric.GetDescription(), lldb_perf::GetResult<typename GaugeType::ValueType> (NULL, metric.GetAverage()));
119 auto dictionary = (Results::Dictionary*)results.GetDictionary().Add(metric.GetName(), metric.GetDescription(), lldb_perf::GetResult<typename GaugeType::ValueType> (NULL, metric.GetAverage())).get();
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()));
Timer.cpp 13 using namespace lldb_perf;
MemoryGauge.cpp 18 using namespace lldb_perf;
148 lldb_perf::GetResult (const char *description, MemoryStats value)
TestCase.h 17 namespace lldb_perf { namespace
Results.h 18 namespace lldb_perf { namespace
311 } // namespace lldb_perf
TestCase.cpp 14 using namespace lldb_perf;
Xcode.cpp 14 using namespace lldb_perf;
Results.cpp 20 using namespace lldb_perf;
  /external/lldb/tools/lldb-perf/darwin/formatters/
formatters.cpp 22 using namespace lldb_perf;
30 lldb_perf::Xcode::FetchVariable (value,1,false);
33 lldb_perf::Xcode::FetchVariable (value,1,false);
36 lldb_perf::Xcode::FetchVariable (value,1,false);
44 lldb_perf::Xcode::FetchVariable (value,0,false);
48 lldb_perf::Xcode::FetchVariable (value,1,false);
52 lldb_perf::Xcode::FetchVariable (value,1,false);
56 lldb_perf::Xcode::FetchVariable (value,1,false);
60 lldb_perf::Xcode::FetchVariable (value,1,false);
64 lldb_perf::Xcode::FetchVariable (value,0,false)
    [all...]
  /external/lldb/tools/lldb-perf/darwin/sketch/
sketch.cpp 23 using namespace lldb_perf;
364 Measurement<lldb_perf::TimeGauge, std::function<void()>> m_fetch_frames_measurement;
365 Measurement<lldb_perf::TimeGauge, std::function<void(const char*, uint32_t)>> m_file_line_bp_measurement;
366 Measurement<lldb_perf::TimeGauge, std::function<void()>> m_fetch_modules_measurement;
367 Measurement<lldb_perf::TimeGauge, std::function<void(int)>> m_fetch_vars_measurement;
368 Measurement<lldb_perf::TimeGauge, std::function<void(SBFrame, const char*)>> m_run_expr_measurement;
  /external/lldb/tools/lldb-perf/common/clang/
lldb_perf_clang.cpp 21 using namespace lldb_perf;
  /external/lldb/tools/lldb-perf/common/stepping/
lldb-perf-stepping.cpp 13 using namespace lldb_perf;

Completed in 1466 milliseconds