Changeset 33475 in webkit


Ignore:
Timestamp:
May 14, 2008 7:36:12 PM (16 years ago)
Author:
kmccullough@apple.com
Message:

2008-05-14 Kevin McCullough <kmccullough@apple.com>

Reviewed by Tim.

<rdar://problem/5770054> JavaScript profiler (10928)

  • Turn on the profiler.
  • kjs/config.h:
Location:
trunk/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r33474 r33475  
     12008-05-14  Kevin McCullough  <kmccullough@apple.com>
     2
     3        Reviewed by Tim.
     4
     5        <rdar://problem/5770054> JavaScript profiler (10928)
     6        - Turn on the profiler.
     7
     8        * kjs/config.h:
     9
    1102008-05-14  Kevin McCullough  <kmccullough@apple.com>
    211
  • trunk/JavaScriptCore/kjs/config.h

    r31949 r33475  
    8787#endif
    8888
    89 #define JAVASCRIPT_PROFILING 0
     89#define JAVASCRIPT_PROFILING 1
Note: See TracChangeset for help on using the changeset viewer.