From bc2ed6e3dbadad10f9f25631f78008d544d74af3 Mon Sep 17 00:00:00 2001 From: Jakob Bornecrantz Date: Tue, 22 Nov 2022 12:42:38 +0000 Subject: [PATCH] doc: Add general tracing --- doc/tracing.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 doc/tracing.md 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.