694 B
694 B
Profiler::ExportChromeTracing
公开方法,详见头文件声明。
void ExportChromeTracing(const Containers::String& filePath);
该方法声明于 XCEngine/Debug/Profiler.h,当前页面用于固定 Profiler 类目录下的方法级 canonical 路径。
参数:
filePath- 参数语义详见头文件声明。
返回: void - 无返回值。
示例:
#include <XCEngine/Debug/Profiler.h>
void Example() {
XCEngine::Debug::Profiler object;
// 根据上下文补齐参数后调用 Profiler::ExportChromeTracing(...)。
(void)object;
}