Changeset 43392 in webkit for trunk/JavaScriptCore/bytecode/SamplingTool.h
- Timestamp:
- May 7, 2009, 11:47:19 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/bytecode/SamplingTool.h
r43366 r43392 126 126 static bool s_running; 127 127 static unsigned s_hertz; 128 129 static ThreadIdentifier& samplingThread(); 128 static ThreadIdentifier s_samplingThread; 130 129 131 130 static void start(unsigned hertz=10000);
Note:
See TracChangeset
for help on using the changeset viewer.