The function level profiler. More...
#include <profile_funclevel.h>
Classes | |
| class | Id |
| A function level profile ID. More... | |
| class | IdList |
| A list of function level profile IDs. More... | |
| class | Thread |
| a profiled thread More... | |
Static Public Member Functions | |
| static bool | EnumThreads (unsigned index, Thread &thread) |
| Enumerates the list of known and profiled threads. | |
Friends | |
| class | Profile |
The function level profiler.
Note that this class exists even if the current build configuration is not _PROFILE. In these cases all calls will simply return empty data.
Definition at line 42 of file profile_funclevel.h.
Enumerates the list of known and profiled threads.
| index | index value, >=0 |
| thread | return buffer for thread handle |
Definition at line 775 of file profile_funclevel.cpp.
|
friend |
Definition at line 44 of file profile_funclevel.h.