Changeset 32354 in webkit for trunk/JavaScriptCore/profiler/FunctionCallProfile.h
- Timestamp:
- Apr 21, 2008, 4:13:27 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/profiler/FunctionCallProfile.h
r32234 r32354 50 50 FunctionCallProfile* findChild(const UString& name); 51 51 52 void stopProfiling(); 53 52 54 UString functionName() const { return m_functionName; } 53 55 double milliSecs() const { return m_timeSum; }
Note:
See TracChangeset
for help on using the changeset viewer.