Home
last modified time | relevance | path

Searched refs:SamplingCounter (Results 1 – 2 of 2) sorted by relevance

/external/webkit/JavaScriptCore/bytecode/
DSamplingTool.h336 class SamplingCounter : public AbstractSamplingCounter {
338 SamplingCounter(const char* name) { init(name); } in SamplingCounter() function
/external/webkit/JavaScriptCore/
DChangeLog-2009-06-162860 Add SamplingCounter tool to provide a simple mechanism for counting events in JSC
2862 use the class 'SamplingCounter', where the counter may be incremented from multiple
2896 (JSC::SamplingCounter::SamplingCounter):