mxnet.profiler¶
Profiler setting methods.
Profiling system control¶
|
Set up the configure of profiler (only accepts keyword arguments). |
|
|
|
Set up the profiler state to ‘run’ or ‘stop’. |
|
Set up the configure of profiler (Deprecated). |
|
Set up the profiler state to ‘run’ or ‘stop’ (Deprecated). |
|
Pause profiling. |
|
Resume paused profiling. |
|
Dump profile and stop profiler. |
Dump profile and stop profiler. |
|
|
Return a printable string of aggregate profile stats. |
Profiling Objects¶
|
Profiling Counter class. |
|
Profiling domain, used to group sub-objects like tasks, counters, etc into categories Serves as part of ‘categories’ for chrome://tracing |
|
Profiling Event class. |
|
Profiling Frame class. |
|
Set marker for an instant in time. |
|
Profiling Task class. |