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()

Collaboration diagram for Vertica::ScopedTimerCounter:

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()