#include <profiler.h>
Internal.
Static Public Member Functions | |
| static MAXON_METHOD Result< void > | RegisterProfilingPoints (const ModuleInfo *moduleInfo) | 
| static MAXON_METHOD Result< void > | DumpProfilerRegistrationErrors () | 
| static MAXON_METHOD Result< void > | DumpProfilerRegistry () | 
Private Member Functions | |
| MAXON_INTERFACE_NONVIRTUAL (ProfileManagerInterface, MAXON_REFERENCE_NONE, "net.maxon.interface.profilemanager") | |
      
  | 
  private | 
      
  | 
  static | 
Registers the profiling points of a framework or module.
| [in] | moduleInfo | ModuleInfo instance. | 
      
  | 
  static | 
Dumps error strings collected during the registration of profiling points (if any).
      
  | 
  static | 
Dumps the Profile Manager profiling point registry to the debugger console. The information is generated as a hierarchy of: modules > files > methods > points.