OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:eCounting
(Results
1 - 4
of
4
) sorted by null
/external/lldb/tools/lldb-perf/lib/
Timer.h
50
eCounting
,
Timer.cpp
30
m_state = TimeGauge::State::
eCounting
;
38
assert(m_state == TimeGauge::State::
eCounting
&& "cannot stop a non-started clock");
MemoryGauge.h
125
eCounting
,
MemoryGauge.cpp
124
m_state = MemoryGauge::State::
eCounting
;
132
assert(m_state == MemoryGauge::State::
eCounting
&& "cannot stop a non-started gauge");
Completed in 409 milliseconds