#include "qtconcurrentiteratekernel.h"
#include <mach/mach.h>
#include <mach/mach_time.h>
#include <unistd.h>
#include "private/qfunctions_p.h"
Go to the source code of this file.
|
| QtConcurrent |
| The QtConcurrent namespace provides high-level APIs that make it possible to write multi-threaded programs without using low-level threading primitives.
|
|
◆ anonymous enum
◆ elapsed()
Definition at line 135 of file qtconcurrentiteratekernel.cpp.
Referenced by QDeclarativeFlickablePrivate::handleMouseMoveEvent(), QDeclarativePathViewPrivate::handleMouseReleaseEvent(), QDeclarativeFlickablePrivate::handleMouseReleaseEvent(), QBenchmarkTimeMeasurer::metricType(), QDeclarativeItemPrivate::mirrorChange(), QTime::operator>=(), QDeclarativeSpringAnimationPrivate::QDeclarativeSpringAnimationPrivate(), qt_timeout_value(), QTimeLinePrivate::setCurrentTime(), QProgressDialog::setValue(), QDeclarativeSpringAnimationPrivate::tick(), QSemaphore::tryAcquire(), QUnifiedTimer::updateAnimationsTime(), and QDeclarativeFlickable::viewportMoved().
137 return double(after - before);
◆ getticks()