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

/external/webkit/Source/JavaScriptCore/bytecode/
H A DSamplingTool.cpp123 unsigned SamplingThread::s_hertz = 10000; member in class:JSC::SamplingThread
129 sleepForMicroseconds(hertz2us(s_hertz));
147 s_hertz = hertz;
H A DSamplingTool.h130 static unsigned s_hertz; member in class:JSC::SamplingThread

Completed in 116 milliseconds