blob: ab180f04d6e187385de740783362eea97372a32c (
plain)
1
2
3
4
5
6
7
8
9
|
cmake-profiling
---------------
* Add support for profiling of CMake scripts through the parameters
``--profiling-output`` and ``--profiling-format``. These options can
be used by users to gain insight into the performance of their scripts.
The first supported output format is ``google-trace`` which is a format
supported by Google Chrome's ``about:tracing`` tab.
|