OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:StatsCounterTimer
(Results
1 - 3
of
3
) sorted by null
/external/chromium/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_API
StatsCounterTimer
: protected StatsCounter {
135
explicit
StatsCounterTimer
(const std::string& name);
136
virtual ~
StatsCounterTimer
();
161
class BASE_API StatsRate : public
StatsCounterTimer
{
/external/v8/src/
counters.h
183
//
StatsCounterTimer
t = { { L"t:foo", NULL, false }, 0, 0 };
184
struct
StatsCounterTimer
{
Completed in 2503 milliseconds