lemon/time_measure.h
changeset 942 2b6bffe0e7e8
parent 584 33c6b6e755cd
equal deleted inserted replaced
18:4614dfbc868b 19:b7c37a060515
   373 
   373 
   374     ///Returns the running state of the timer
   374     ///Returns the running state of the timer
   375 
   375 
   376     ///This function returns the number of stop() exections that is
   376     ///This function returns the number of stop() exections that is
   377     ///necessary to really stop the timer.
   377     ///necessary to really stop the timer.
   378     ///For example the timer
   378     ///For example, the timer
   379     ///is running if and only if the return value is \c true
   379     ///is running if and only if the return value is \c true
   380     ///(i.e. greater than
   380     ///(i.e. greater than
   381     ///zero).
   381     ///zero).
   382     int running()  { return _running; }
   382     int running()  { return _running; }
   383 
   383