Changeset 32693 in webkit for trunk/JavaScriptCore/ChangeLog


Ignore:
Timestamp:
Apr 29, 2008, 11:09:04 AM (17 years ago)
Author:
[email protected]
Message:

2008-04-29 Kevin McCullough <[email protected]>

Reviewed by Geoff.

-<rdar://problem/5770054> JavaScript profiler (10928)
-Keep call count.

  • profiler/FunctionCallProfile.cpp: (KJS::FunctionCallProfile::FunctionCallProfile): (KJS::FunctionCallProfile::didExecute): Implements call count and fixed a bug where a stackIndex of 0 was causing the assert to be hit. (KJS::FunctionCallProfile::stopProfiling): (KJS::FunctionCallProfile::endAndRecordCall):
  • profiler/FunctionCallProfile.h:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r32687 r32693  
     12008-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
    1162008-04-29  Simon Hausmann  <[email protected]>
    217
Note: See TracChangeset for help on using the changeset viewer.