![]() |
XRootD
|
#include <BufferUtils.hh>
Public Member Functions | |
Timer_ns (long &output_ns) | |
RAII based timer information outputing a long value of ns Almost trivial class to time something and to pass the duration as a long to an output variable (specified in the constructor) at destruction. Create the object to start the timer. The timer stops when its destructor is called. #TODO improve to template the output type and the time ratio. More... | |
~Timer_ns () | |
Definition at line 32 of file BufferUtils.hh.
|
explicit |
RAII based timer information outputing a long value of ns Almost trivial class to time something and to pass the duration as a long to an output variable (specified in the constructor) at destruction. Create the object to start the timer. The timer stops when its destructor is called. #TODO improve to template the output type and the time ratio.
Definition at line 160 of file BufferUtils.cc.
Timer_ns::~Timer_ns | ( | ) |
Definition at line 165 of file BufferUtils.cc.