QwtSystemClock(3) | Qwt User's Guide | QwtSystemClock(3) |
QwtSystemClock - QwtSystemClock provides high resolution clock time functions.
#include <qwt_system_clock.h>
QwtSystemClock ()
Constructs a null clock object. virtual ~QwtSystemClock ()
Destructor. bool isNull () const
void start ()
double restart ()
double elapsed () const
QwtSystemClock provides high resolution clock time functions.
Sometimes the resolution offered by QTime ( millisecond ) is not accurate enough for implementing time measurements ( f.e. sampling ). QwtSystemClock offers a subset of the QTime functionality using higher resolution timers ( if possible ).
Precision and time intervals are multiples of milliseconds (ms).
( QwtSystemClock is obsolete since Qt 4.8 as QElapsedTimer offers the same precision )
Note:
Returns:
Returns:
Set the start time to the current time
Returns:
Sets the start time to the current time.
Generated automatically by Doxygen for Qwt User's Guide from the source code.
Wed Jan 2 2019 | Version 6.1.4 |