Changeset 32693 in webkit for trunk/JavaScriptCore/profiler/FunctionCallProfile.h
- Timestamp:
- Apr 29, 2008, 11:09:04 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/profiler/FunctionCallProfile.h
r32354 r32693 59 59 60 60 private: 61 void endAndRecordCall(); 62 61 63 UString m_functionName; 62 64 double m_timeSum; 63 65 double m_startTime; 66 unsigned m_numberOfCalls; 64 67 65 68 Deque<FunctionCallProfile*> m_children;
Note:
See TracChangeset
for help on using the changeset viewer.