profiling.rst 375 B

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