OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HistogramTimer
(Results
1 - 2
of
2
) sorted by null
/external/v8/src/
counters.h
202
// A
HistogramTimer
allows distributions of results to be created
203
//
HistogramTimer
t = { L"foo", NULL, false, 0, 0 };
204
struct
HistogramTimer
{
237
// Helper class for scoping a
HistogramTimer
.
240
explicit HistogramTimerScope(
HistogramTimer
* timer) :
248
HistogramTimer
* timer_;
/external/chromium_org/v8/src/
counters.h
240
// A
HistogramTimer
allows distributions of results to be created.
241
class
HistogramTimer
: public Histogram {
243
HistogramTimer
() { }
244
HistogramTimer
(const char* name,
271
// Helper class for scoping a
HistogramTimer
.
278
explicit HistogramTimerScope(
HistogramTimer
* timer,
303
HistogramTimer
* timer_;
Completed in 37 milliseconds