1 #ifndef ISEQUENCERTIMERTOOL_H     2 #define ISEQUENCERTIMERTOOL_H 1    30   virtual void increaseIndent() = 0;
    33   virtual void decreaseIndent() = 0;
    36   virtual void start( 
int index ) = 0;
    39   virtual double stop( 
int index ) = 0;
    45   virtual double lastTime( 
int index ) = 0;
    48   virtual int indexByName( 
const std::string& name ) = 0;
    51   virtual bool globalTiming() = 0;
    54   virtual void saveHistograms() = 0;
    60 #endif // ISEQUENCERTIMERTOOL_H 
virtual const std::string & name() const  =0
Retrieve the name of the instance.