clDNN
|
Basic profiling_period implementation which stores data as an simple period value. More...
#include <profiling.hpp>
Public Member Functions | |
template<class _Rep , class _Period > | |
profiling_period_basic (const std::chrono::duration< _Rep, _Period > &val) | |
Constructs from std::chrono::duration . | |
std::chrono::nanoseconds | value () const override |
Returns profiling period value passed in constructor. | |
Public Member Functions inherited from cldnn::instrumentation::profiling_period | |
virtual | ~profiling_period ()=default |
Destructor. | |
Basic profiling_period implementation which stores data as an simple period value.
Definition at line 57 of file profiling.hpp.