Jetson Inference
DNN Vision Library
tensorNet::Profiler Class Reference

Profiler interface for measuring layer timings. More...

#include <tensorNet.h>

Inheritance diagram for tensorNet::Profiler:

Public Member Functions

 Profiler ()
 
virtual void reportLayerTime (const char *layerName, float ms) NOEXCEPT
 

Public Attributes

float timingAccumulator
 

Detailed Description

Profiler interface for measuring layer timings.

Constructor & Destructor Documentation

◆ Profiler()

tensorNet::Profiler::Profiler ( )
inline

Member Function Documentation

◆ reportLayerTime()

virtual void tensorNet::Profiler::reportLayerTime ( const char *  layerName,
float  ms 
)
inlinevirtual

Member Data Documentation

◆ timingAccumulator

float tensorNet::Profiler::timingAccumulator

The documentation for this class was generated from the following file: