habitat.analysis.trace#

Module Contents#

Classes#

Trace

Represents an operation trace that was measured on a given device.

class habitat.analysis.trace.Trace(device, operations)[source]#

Represents an operation trace that was measured on a given device.

property operations[source]#
property device[source]#
property run_time_ms[source]#
DefaultPredictor[source]#
to_device(dest_device, predictor=None)[source]#

Get a predicted trace for the specified device.