Changeset 35454 in webkit for trunk/JavaScriptCore/kjs/Shell.cpp
- Timestamp:
- Jul 30, 2008, 10:38:35 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/Shell.cpp
r35305 r35454 35 35 #include "Parser.h" 36 36 #include "PrototypeFunction.h" 37 #include "SamplingTool.h" 37 38 #include "collector.h" 38 39 #include "completion.h" … … 340 341 prettyPrintScript(globalObject->globalExec(), fileName, script); 341 342 else { 342 #if SAMPLING_TOOL_ENABLED343 #if ENABLE(SAMPLING_TOOL) 343 344 Machine* machine = globalObject->globalData()->machine; 344 345 machine->m_sampler = new SamplingTool(); … … 355 356 } 356 357 357 #if SAMPLING_TOOL_ENABLED358 #if ENABLE(SAMPLING_TOOL) 358 359 machine->m_sampler->stop(); 359 360 machine->m_sampler->dump(globalObject->globalExec());
Note:
See TracChangeset
for help on using the changeset viewer.