thunder.common.CompileStats¶
- class thunder.common.CompileStats[source]¶
Bases:
object
A class holding statistics and caches for a compiled function.
Note
It is highly recommended that some attributes such as
CompileStats.last_traces
andCompileStats.last_backward_traces
viathunder.last_traces()
andthunder.last_backward_traces()
, respectively. Seethunder
for more of such utility functions.Methods
__init__
()last_cache_lookup_time
()- rtype:
last_computation_execution_time
()- rtype:
last_prologue_execution_time
()- rtype:
last_prologue_transformation_time
()- rtype:
last_trace_construction_time
()- rtype: