mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-28 18:46:18 +00:00
12 lines
411 B
Markdown
12 lines
411 B
Markdown
|
# Tracing support {#tracing}
|
||
|
|
||
|
<!--
|
||
|
Copyright 2022, Collabora, Ltd. and the Monado contributors
|
||
|
SPDX-License-Identifier: BSL-1.0
|
||
|
-->
|
||
|
|
||
|
Monado has two tracing backends, one based on Perfetto and the other based on
|
||
|
Tracy. See either sub pages for documentation on each, @ref tracing-perfetto,
|
||
|
@ref tracing-tracy. There is also metrics collection in Monado, you can find
|
||
|
more documentation on the @ref metrics page.
|