Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
Timer Struct Reference

Definition at line 54 of file histspeedtest.cxx.

Public Types

using TimePoint_t = decltype(std::chrono::high_resolution_clock::now())
 

Public Member Functions

 Timer (const char *title, size_t count)
 
 ~Timer ()
 

Public Attributes

size_t fCount
 
TimePoint_t fStart
 
const char * fTitle
 

Member Typedef Documentation

◆ TimePoint_t

using Timer::TimePoint_t = decltype(std::chrono::high_resolution_clock::now())

Definition at line 55 of file histspeedtest.cxx.

Constructor & Destructor Documentation

◆ Timer()

Timer::Timer ( const char *  title,
size_t  count 
)
inline

Definition at line 61 of file histspeedtest.cxx.

◆ ~Timer()

Timer::~Timer ( )
inline

Definition at line 65 of file histspeedtest.cxx.

Member Data Documentation

◆ fCount

size_t Timer::fCount

Definition at line 58 of file histspeedtest.cxx.

◆ fStart

TimePoint_t Timer::fStart

Definition at line 59 of file histspeedtest.cxx.

◆ fTitle

const char* Timer::fTitle

Definition at line 57 of file histspeedtest.cxx.

Collaboration diagram for Timer:
[legend]

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