Changeset 104900 in webkit for trunk/Source/JavaScriptCore/profiler
- Timestamp:
- Jan 12, 2012, 11:23:44 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/profiler/Profile.h
r95901 r104900 45 45 unsigned int uid() const { return m_uid; } 46 46 47 void forEach(void (ProfileNode::*)());47 JS_EXPORT_PRIVATE void forEach(void (ProfileNode::*)()); 48 48 49 void focus(const ProfileNode*);50 void exclude(const ProfileNode*);51 void restoreAll();49 JS_EXPORT_PRIVATE void focus(const ProfileNode*); 50 JS_EXPORT_PRIVATE void exclude(const ProfileNode*); 51 JS_EXPORT_PRIVATE void restoreAll(); 52 52 53 53 #ifndef NDEBUG
Note:
See TracChangeset
for help on using the changeset viewer.