11 #ifndef ISEQUENCERTIMERTOOL_H 12 #define ISEQUENCERTIMERTOOL_H 1 39 virtual void increaseIndent() = 0;
42 virtual void decreaseIndent() = 0;
45 virtual void start(
int index ) = 0;
48 virtual double stop(
int index ) = 0;
54 virtual double lastTime(
int index ) = 0;
60 virtual bool globalTiming() = 0;
63 virtual void saveHistograms() = 0;
66 #endif // ISEQUENCERTIMERTOOL_H
virtual const std::string & name() const =0
Retrieve the name of the instance.