1 #ifndef ISEQUENCERTIMERTOOL_H 2 #define ISEQUENCERTIMERTOOL_H 1 29 virtual void increaseIndent() = 0;
32 virtual void decreaseIndent() = 0;
35 virtual void start(
int index ) = 0;
38 virtual double stop(
int index ) = 0;
44 virtual double lastTime(
int index ) = 0;
50 virtual bool globalTiming() = 0;
53 virtual void saveHistograms() = 0;
56 #endif // ISEQUENCERTIMERTOOL_H
virtual const std::string & name() const =0
Retrieve the name of the instance.