|
def | __init__ (self, id, name, thread, cpu_start, cpu_end) |
|
def | append_kernel (self, name, device, start, end) |
|
def | cuda_time_total (self) |
|
def | cpu_time_total (self) |
|
def | key (self) |
|
def | __repr__ (self) |
|
def | cpu_time (self) |
|
def | cuda_time (self) |
|
|
| id |
|
| name |
|
| cpu_interval |
|
| thread |
|
| kernels |
|
| count |
|
| count |
|
|
| cpu_time_str |
|
| cuda_time_str |
|
| cpu_time_total_str |
|
| cuda_time_total_str |
|
Profiling information about a single function.
Definition at line 377 of file profiler.py.
The documentation for this class was generated from the following file: