C++ SDK Documentation  12.0.0
Vertica::ScopedTimerCounter Class Reference

Class to start an execution timer on construction and to automatically stop the timer on deconstruction or when manually called with stop() More...

Collaboration diagram for Vertica::ScopedTimerCounter:
Collaboration graph

Public Member Functions

 ScopedTimerCounter (CounterController *_cc, int _counterIndex)
 
void stop ()
 

Detailed Description

Class to start an execution timer on construction and to automatically stop the timer on deconstruction or when manually called with stop()