QtCore/qelapsedtimer.h Source File
Go to the documentation of this file.
63 static ClockType clockType();
64 static bool isMonotonic();
71 qint64 nsecsElapsed()
const;
73 bool hasExpired(
qint64 timeout)
const;
75 qint64 msecsSinceReference()
const;
76 qint64 msecsTo(
const QElapsedTimer &other)
const;
77 qint64 secsTo(
const QElapsedTimer &other)
const;
80 {
return t1 == other.t1 && t2 == other.t2; }
82 {
return !(*
this == other); }
84 friend bool Q_CORE_EXPORT
operator<(
const QElapsedTimer &
v1,
const QElapsedTimer &
v2);
95 #endif // QTIMESTAMP_H
GLfloat GLfloat GLfloat v2
bool operator==(const QElapsedTimer &other) const
#define QT_BEGIN_NAMESPACE
bool operator!=(const QElapsedTimer &other) const
bool operator<(const QByteArray &a1, const QByteArray &a2)