OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:StatsCounterTimer
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/base/metrics/
stats_counters.cc
66
StatsCounterTimer
::
StatsCounterTimer
(const std::string& name) {
76
StatsCounterTimer
::~
StatsCounterTimer
() {
79
void
StatsCounterTimer
::Start() {
87
void
StatsCounterTimer
::Stop() {
95
bool
StatsCounterTimer
::Running() {
100
void
StatsCounterTimer
::AddTime(TimeDelta time) {
104
void
StatsCounterTimer
::Record() {
110
:
StatsCounterTimer
(name)
[
all
...]
stats_counters.h
129
// A
StatsCounterTimer
is a StatsCounter which keeps a timer during
130
// the scope of the
StatsCounterTimer
. On destruction, it will record
132
class BASE_EXPORT
StatsCounterTimer
: protected StatsCounter {
135
explicit
StatsCounterTimer
(const std::string& name);
136
virtual ~
StatsCounterTimer
();
161
class BASE_EXPORT StatsRate : public
StatsCounterTimer
{
Completed in 210 milliseconds