Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qtqml-tooling-qmlprofiler.qdoc
Go to the documentation of this file.
1// Copyright (C) 2023 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
3
4/*!
5\page qtqml-tooling-qmlprofiler.html
6\title qmlprofiler
7\brief A tool that retrieves QML tracing data from your application.
8\ingroup qtqml-tooling
9\ingroup qtqml-tooling-devtools
10
11\section1 qmlprofiler
12
13The \c qmlprofiler retrieves QML tracing data from an application. The collected
14data can then be visualized in \QC.
15
16To profile an application, enable QML debugging.
17
18See the \l{\QC: Profiling QML Applications}{QML Profiler} to learn
19more.
20
21*/