HomeSort by relevance Sort by last modified time
    Searched defs:StatsCounter (Results 1 - 2 of 2) sorted by null

  /external/chromium/base/
stats_counters.h 18 // a hash table lookup to find the counter in the table. A StatsCounter
23 // StatsCounter request_count("RequestCount");
46 static StatsCounter counter(name); \
73 // StatsCounter represents a counter in the StatsTable class.
74 class StatsCounter {
76 // Create a StatsCounter object.
77 explicit StatsCounter(const std::string& name)
84 virtual ~StatsCounter() {}
125 StatsCounter()
164 // A StatsCounterTimer is a StatsCounter which keeps a timer durin
    [all...]
  /external/v8/src/
counters.h 110 // StatsCounter c = { "c:myctr", NULL, false };
111 struct StatsCounter {
173 StatsCounter counter_;

Completed in 42 milliseconds