![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "qqmlprofilerqtdwriter_p.h"#include <private/qobject_p.h>#include <QtCore/qfile.h>#include <QtCore/qqueue.h>#include <QtCore/qregularexpression.h>#include <QtCore/qurl.h>#include <QtCore/qxmlstream.h>#include <QtCore/qxpfunctional.h>#include <limits>#include "moc_qqmlprofilerqtdwriter_p.cpp"Go to the source code of this file.
Classes | |
| class | QQmlProfilerQtdWriterPrivate |
| struct | StreamWriter |
| struct | DataIterator |
Functions | |
| Q_STATIC_ASSERT (sizeof(RANGE_TYPE_STRINGS)==MaximumRangeType *sizeof(const char *)) | |
| Q_STATIC_ASSERT (sizeof(MESSAGE_STRINGS)==MaximumMessage *sizeof(const char *)) | |
| static QString | qmlRangeTypeAsString (RangeType type) |
| static QString | qmlMessageAsString (Message type) |
| bool | compareStartTimes (const QQmlProfilerEvent &t1, const QQmlProfilerEvent &t2) |
Variables | |
| const char | PROFILER_FILE_VERSION [] = "1.02" |
| static const char * | RANGE_TYPE_STRINGS [] |
| static const char * | MESSAGE_STRINGS [] |
| bool compareStartTimes | ( | const QQmlProfilerEvent & | t1, |
| const QQmlProfilerEvent & | t2 ) |
Definition at line 255 of file qqmlprofilerqtdwriter.cpp.
| Q_STATIC_ASSERT | ( | sizeof(MESSAGE_STRINGS) | = =MaximumMessage *sizeof(const char *) | ) |
| Q_STATIC_ASSERT | ( | sizeof(RANGE_TYPE_STRINGS) | = =MaximumRangeType *sizeof(const char *) | ) |
Definition at line 128 of file qqmlprofilerqtdwriter.cpp.
References MESSAGE_STRINGS.
Definition at line 120 of file qqmlprofilerqtdwriter.cpp.
References RANGE_TYPE_STRINGS.
|
static |
Definition at line 35 of file qqmlprofilerqtdwriter.cpp.
Referenced by qmlMessageAsString().
| const char PROFILER_FILE_VERSION = "1.02" |
Definition at line 22 of file qqmlprofilerqtdwriter.cpp.
Referenced by QQmlProfilerQtdWriter::save().
|
static |
Definition at line 24 of file qqmlprofilerqtdwriter.cpp.
Referenced by qmlRangeTypeAsString().