Profiler 接口¶
profiler_initialize 【optional】¶
接口定义¶
C_Status (*profiler_initialize)(C_Profiler prof, void** user_data)
接口说明¶
初始化硬件 Profiler
profiler_finalize 【optional】¶
接口定义¶
C_Status (*profiler_finalize)(C_Profiler prof, void* user_data)
接口说明¶
去初始化硬件 Profiler
profiler_prepare_tracing 【optional】¶
接口定义¶
C_Status (*profiler_prepare_tracing)(C_Profiler prof, void* user_data)
接口说明¶
Profiler 准备收集数据
profiler_start_tracing 【optional】¶
接口定义¶
C_Status (*profiler_start_tracing)(C_Profiler prof, void* user_data)
接口说明¶
Profiler 开始收集数据
profiler_stop_tracing 【optional】¶
接口定义¶
C_Status (*profiler_stop_tracing)(C_Profiler prof, void* user_data)
接口说明¶
Profiler 停止收集数据