diff --git a/doc/tracing.md b/doc/tracing.md new file mode 100644 index 000000000..717b6df90 --- /dev/null +++ b/doc/tracing.md @@ -0,0 +1,11 @@ +# Tracing support {#tracing} + + + +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.