Skip to content
  • fpizlo@apple.com's avatar
    Sampling counter support is in the bytecode directory · fe1a4491
    fpizlo@apple.com authored
    https://bugs.webkit.org/show_bug.cgi?id=66724
    
    Reviewed by Darin Adler.
    
    Moved SamplingCounter to a separate header in runtime/.
    
    * GNUmakefile.list.am:
    * JavaScriptCore.pro:
    * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj:
    * JavaScriptCore.xcodeproj/project.pbxproj:
    * bytecode/SamplingTool.cpp:
    * bytecode/SamplingTool.h:
    * runtime/SamplingCounter.cpp: Added.
    (JSC::AbstractSamplingCounter::dump):
    * runtime/SamplingCounter.h: Added.
    (JSC::AbstractSamplingCounter::count):
    (JSC::AbstractSamplingCounter::addressOfCounter):
    (JSC::AbstractSamplingCounter::init):
    (JSC::SamplingCounter::SamplingCounter):
    (JSC::GlobalSamplingCounter::name):
    (JSC::DeletableSamplingCounter::DeletableSamplingCounter):
    (JSC::DeletableSamplingCounter::~DeletableSamplingCounter):
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@93560 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    fe1a4491