Searched refs:eCounting (Results 1 - 4 of 4) sorted by path

/external/lldb/tools/lldb-perf/lib/
H A DMemoryGauge.cpp124 m_state = MemoryGauge::State::eCounting;
132 assert(m_state == MemoryGauge::State::eCounting && "cannot stop a non-started gauge");
H A DMemoryGauge.h125 eCounting, member in class:lldb_perf::MemoryGauge::State
H A DTimer.cpp30 m_state = TimeGauge::State::eCounting;
38 assert(m_state == TimeGauge::State::eCounting && "cannot stop a non-started clock");
H A DTimer.h50 eCounting, member in class:lldb_perf::TimeGauge::State

Completed in 1110 milliseconds