Changeset 32693 in webkit for trunk/JavaScriptCore/ChangeLog
- Timestamp:
- Apr 29, 2008, 11:09:04 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r32687 r32693 1 2008-04-29 Kevin McCullough <[email protected]> 2 3 Reviewed by Geoff. 4 5 -<rdar://problem/5770054> JavaScript profiler (10928) 6 -Keep call count. 7 8 * profiler/FunctionCallProfile.cpp: 9 (KJS::FunctionCallProfile::FunctionCallProfile): 10 (KJS::FunctionCallProfile::didExecute): Implements call count and fixed a bug where a stackIndex 11 of 0 was causing the assert to be hit. 12 (KJS::FunctionCallProfile::stopProfiling): 13 (KJS::FunctionCallProfile::endAndRecordCall): 14 * profiler/FunctionCallProfile.h: 15 1 16 2008-04-29 Simon Hausmann <[email protected]> 2 17
Note:
See TracChangeset
for help on using the changeset viewer.