The open source OpenXR runtime
at prediction 11 lines 411 B view raw view rendered
1# Tracing support {#tracing} 2 3<!-- 4Copyright 2022, Collabora, Ltd. and the Monado contributors 5SPDX-License-Identifier: BSL-1.0 6--> 7 8Monado has two tracing backends, one based on Perfetto and the other based on 9Tracy. See either sub pages for documentation on each, @ref tracing-perfetto, 10@ref tracing-tracy. There is also metrics collection in Monado, you can find 11more documentation on the @ref metrics page.