Ignore:
Timestamp:
Sep 29, 2009, 2:48:52 PM (16 years ago)
Author:
[email protected]
Message:

Tidy up codeblock sampler
https://bugs.webkit.org/show_bug.cgi?id=29836

Reviewed by Gavin Barraclough.

Some rather simple refactoring of codeblock sampler so that
it's easier for us to use it to find problems in non-jsc
environments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/runtime/JSGlobalData.h

    r48315 r48905  
    156156#endif
    157157
     158        void startSampling();
     159        void stopSampling();
     160        void dumpSampleData(ExecState* exec);
    158161    private:
    159162        JSGlobalData(bool isShared, const VPtrSet&);
Note: See TracChangeset for help on using the changeset viewer.