lemon/time_measure.h
changeset 886 7ef7a5fbb85d
parent 631 33c6b6e755cd
child 1222 c40a9d94442d
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