-
首页
-
C4D R23.110 C++ SDK
ProfileManagerInterface Class Reference
#include <profiler.h>
详细描述
Internal
.
成员函数文档编制
◆
MAXON_INTERFACE_NONVIRTUAL()
◆
RegisterProfilingPoints()
static
MAXON_METHOD
Result
<void> RegisterProfilingPoints
|
(
|
const ModuleInfo *
|
moduleInfo
|
)
|
|
|
static
|
Registers the profiling points of a framework or module.
-
参数
-
[in]
|
moduleInfo
|
ModuleInfo instance.
|
◆
DumpProfilerRegistrationErrors()
Dumps error strings collected during the registration of profiling points (if any).
◆
DumpProfilerRegistry()
Dumps the Profile Manager profiling point registry to the debugger console. The information is generated as a hierarchy of: modules > files > methods > points.