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

  /external/v8/src/
counters.cc 14 StatsTable::StatsTable()
counters.h 21 class StatsTable {
77 StatsTable();
85 DISALLOW_COPY_AND_ASSIGN(StatsTable);
89 // the StatsTable. They are designed to be lightweight to create and
92 // Internally, a counter represents a value in a row of a StatsTable.
167 // A Histogram represents a dynamically created histogram in the StatsTable.

Completed in 173 milliseconds