habitat.analysis.run_time#

Module Contents#

Classes#

RunTime

RunTimeMeasurement

RunTimePrediction

RunTimePurePrediction

class habitat.analysis.run_time.RunTime[source]#
abstract property run_time_ms[source]#
property ktime_ns[source]#
property kernels[source]#
abstract property device[source]#
class habitat.analysis.run_time.RunTimeMeasurement(run_time_ms, kernels, device)[source]#

Bases: RunTime

property run_time_ms[source]#
property kernels[source]#
property device[source]#
class habitat.analysis.run_time.RunTimePrediction(overhead_ns, predicted_kernels, device)[source]#

Bases: RunTime

property run_time_ms[source]#
property kernels[source]#
property device[source]#
class habitat.analysis.run_time.RunTimePurePrediction(run_time_ms, device)[source]#

Bases: RunTime

property run_time_ms[source]#
property device[source]#