Changeset 174322 in webkit for trunk/Source/JavaScriptCore/API
- Timestamp:
- Oct 4, 2014, 2:55:58 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/API/JSProfilerPrivate.cpp
r174319 r174322 35 35 void JSStartProfiling(JSContextRef ctx, JSStringRef title) 36 36 { 37 LegacyProfiler::profiler()->startProfiling(toJS(ctx), title->string() , Stopwatch::create());37 LegacyProfiler::profiler()->startProfiling(toJS(ctx), title->string()); 38 38 } 39 39
Note:
See TracChangeset
for help on using the changeset viewer.