Searched defs:StatsTable (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/
H A Dcounters.cc17 StatsTable::StatsTable() function in class:v8::internal::StatsTable
H A Dcounters.h29 class StatsTable { class in namespace:v8::internal
85 StatsTable();
93 DISALLOW_COPY_AND_ASSIGN(StatsTable);
97 // the StatsTable. They are designed to be lightweight to create and
100 // Internally, a counter represents a value in a row of a StatsTable.
175 // A Histogram represents a dynamically created histogram in the StatsTable.

Completed in 131 milliseconds