DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 
Measuring Program Execution Time with Stopwatch(3C++) - Stopwatch(3C++)

Stopwatch Status

You can test whether a Stopwatch is running or not by calling its status() function. Since a newly-created Stopwatch is not running, the function will return zero:

       Stopwatch w;
       w.running()       returns zero

Next topic: Setting Operations
Previous topic: Constructors

© 2004 The SCO Group, Inc. All rights reserved.
UnixWare 7 Release 7.1.4 - 27 April 2004