Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/logging/
H A Dcounters.h33 class StatsTable { class
35 StatsTable(const StatsTable&) = delete;
36 StatsTable& operator=(const StatsTable&) = delete;
87 explicit StatsTable(Counters* counters);
95 // StatsTable. They are designed to be lightweight to create and easy to use.
97 // Internally, a counter represents a value in a row of a StatsTable.
154 // StatsTable. Note: This class is thread safe.
621 friend class StatsTable;
[all...]
H A Dcounters.cc18 StatsTable::StatsTable(Counters* counters) in StatsTable() function in v8::internal::StatsTable
23 void StatsTable::SetCounterFunction(CounterLookupCallback f) { in SetCounterFunction()

Completed in 3 milliseconds