A generic profiler.
More...
#include <profiler.h>
|
| std::unordered_map< std::string, double > | stats_sec |
| | The segments that are already profiled.
|
| |
| ffi::Function | total_timer |
| | Counter for the total time used.
|
| |
◆ Get()
| ffi::Map< ffi::String, FloatImm > tvm::s_tir::meta_schedule::ProfilerNode::Get |
( |
| ) |
const |
Get the internal stats of the running time.
◆ RegisterReflection()
| static void tvm::s_tir::meta_schedule::ProfilerNode::RegisterReflection |
( |
| ) |
|
|
inlinestatic |
◆ Table()
| ffi::String tvm::s_tir::meta_schedule::ProfilerNode::Table |
( |
| ) |
const |
Return a summary of profiling results as table format.
◆ TVM_FFI_DECLARE_OBJECT_INFO_FINAL()
| tvm::s_tir::meta_schedule::ProfilerNode::TVM_FFI_DECLARE_OBJECT_INFO_FINAL |
( |
"s_tir.meta_schedule.Profiler" |
, |
|
|
ProfilerNode |
, |
|
|
ffi::Object |
|
|
) |
| |
◆ _type_mutable
◆ stats_sec
| std::unordered_map<std::string, double> tvm::s_tir::meta_schedule::ProfilerNode::stats_sec |
The segments that are already profiled.
◆ total_timer
| ffi::Function tvm::s_tir::meta_schedule::ProfilerNode::total_timer |
Counter for the total time used.
The documentation for this class was generated from the following file: