Changeset 88376 in webkit for trunk/Source/JavaScriptCore/profiler
- Timestamp:
- Jun 8, 2011, 1:04:37 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/profiler/Profiler.h
r81525 r88376 54 54 } 55 55 56 static Profiler* profiler();56 JS_EXPORT_PRIVATE static Profiler* profiler(); 57 57 static CallIdentifier createCallIdentifier(ExecState* exec, JSValue, const UString& sourceURL, int lineNumber); 58 58 59 void startProfiling(ExecState*, const UString& title);60 PassRefPtr<Profile> stopProfiling(ExecState*, const UString& title);59 JS_EXPORT_PRIVATE void startProfiling(ExecState*, const UString& title); 60 JS_EXPORT_PRIVATE PassRefPtr<Profile> stopProfiling(ExecState*, const UString& title); 61 61 void stopProfiling(JSGlobalObject*); 62 62
Note:
See TracChangeset
for help on using the changeset viewer.