Changeset 199763 in webkit for trunk/Source/JavaScriptCore/jsc.cpp
- Timestamp:
- Apr 19, 2016, 10:49:31 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/jsc.cpp
r199754 r199763 2275 2275 2276 2276 if (options.m_dumpSamplingProfilerData) { 2277 #if ENABLE(SAMPLING_PROFILER) 2277 2278 vm->samplingProfiler()->reportTopFunctions(); 2278 2279 vm->samplingProfiler()->reportTopBytecodes(); 2280 #else 2281 dataLog("Sampling profiler is not enabled on this platform\n"); 2282 #endif 2279 2283 } 2280 2284
Note:
See TracChangeset
for help on using the changeset viewer.