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