holoscan::DFFTCollector
holoscan::DFFTCollector
DFFTCollector class (Data Frame Flow Tracking - DFFT) collects the metrics data at the end of the execution of the leaf operators.
It updates the DataFlowTracker objects with the final result after every execution of a leaf operator. It also updates the receive timestamp of the root operators to the tick start time of the operators.
Inherits from: nvidia::gxf::Monitor (public)
Methods
on_execute_abi
Called after the execution of an entity.
Whenever a Holoscan operator’s entity or any other Entity (e.g., entity containing the Broadcast extension component) is finished executing, this function is called.
Parameters
GXF entity id of the entity that has finished executing.
Timestamp of the execution.
Result code of the execution.
data_flow_tracker
Set the DataFlowTracker object for this DFFTCollector object.
Parameters
The dataflow tracker object to be set.