instrumentation.rst 567 B

123456789101112
  1. instrumentation
  2. ---------------
  3. * :manual:`cmake-instrumentation(7)` introduces a new API for the collection of
  4. timing data, target information and system diagnostic information during the
  5. configure, generate, build, test and install steps for a CMake project.
  6. * When CMake instrumentation is enabled, instrumentation data will be sent
  7. as part of submissions to CDash.
  8. * CMake can generate Google Trace Event Format files to visualize
  9. instrumentation data.
  10. * The :command:`cmake_instrumentation` was added for adding project-level
  11. instrumentation queries.