Changeset 33532 in webkit for trunk/JavaScriptCore/profiler/Profiler.cpp
- Timestamp:
- May 16, 2008, 3:23:09 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/profiler/Profiler.cpp
r33507 r33532 121 121 { 122 122 for (ExecState* currentState = exec; currentState; currentState = currentState->callingExecState()) { 123 124 123 if (FunctionImp* functionImp = currentState->function()) 125 124 names.prepend(getFunctionName(functionImp)); … … 154 153 } 155 154 156 void Profiler::printDataInspectorStyle(unsigned whichProfile) const157 {158 m_allProfiles[whichProfile]->printDataInspectorStyle();159 }160 161 void Profiler::printDataSampleStyle(unsigned whichProfile) const162 {163 m_allProfiles[whichProfile]->printDataSampleStyle();164 }165 166 155 void Profiler::debugLog(UString message) 167 156 {
Note:
See TracChangeset
for help on using the changeset viewer.