|
C++ API Reference
|
This is the complete list of members for MProfiler, including all inherited members.
| addCategory(const char *categoryName, const char *categoryInfo) | MProfiler | static |
| addCategory(const char *categoryName) | MProfiler | static |
| categoryRecording(const char *categoryName) | MProfiler | static |
| categoryRecording(int categoryId) | MProfiler | static |
| className() | MProfiler | static |
| eventBegin(int categoryId, ProfilingColor colorIndex, const char *eventName, const char *description=NULL) | MProfiler | static |
| eventDataAvailable() | MProfiler | static |
| eventEnd(int eventId) | MProfiler | static |
| getAllCategories(MStringArray &categoryNames, MStringArray &categoryInfo) | MProfiler | static |
| getAllCategories(MStringArray &categoryNames) | MProfiler | static |
| getBufferSize() | MProfiler | static |
| getCategoryIndex(const char *categoryName) | MProfiler | static |
| getCategoryInfo(int categoryId) | MProfiler | static |
| getCategoryName(int categoryId) | MProfiler | static |
| getColor(int eventIndex) | MProfiler | static |
| getCPUId(int eventIndex) | MProfiler | static |
| getDescription(int eventIndex) | MProfiler | static |
| getEventCategory(int eventIndex) | MProfiler | static |
| getEventCount() | MProfiler | static |
| getEventDuration(int eventIndex) | MProfiler | static |
| getEventName(int eventIndex) | MProfiler | static |
| getEventTime(int eventIndex) | MProfiler | static |
| getNumberOfCPUs() | MProfiler | static |
| getThreadDuration(int eventIndex) | MProfiler | static |
| getThreadId(int eventIndex) | MProfiler | static |
| isDataFromFile() | MProfiler | static |
| isSignalEvent(int eventIndex) | MProfiler | static |
| loadRecording(const MString &fileName) | MProfiler | static |
| ProfilingColor enum name | MProfiler | |
| recordingActive() | MProfiler | static |
| removeCategory(const char *categoryName) | MProfiler | static |
| resetRecording() | MProfiler | static |
| saveRecording(const MString &fileName) | MProfiler | static |
| setBufferSize(int sizeInMegaytes) | MProfiler | static |
| setCategoryRecording(const char *categoryName, bool active) | MProfiler | static |
| setCategoryRecording(int categoryId, bool active) | MProfiler | static |
| setRecordingActive(bool val) | MProfiler | static |
| signalEvent(int categoryId, ProfilingColor colorIndex, const char *eventName, const char *description=NULL) | MProfiler | static |