| # Copyright 2020 The Fuchsia Authors. All rights reserved. |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| |
| # Please, read https://fuchsia.dev/fuchsia-src/contribute/docs/documentation-navigation-toc |
| # before making changes to this file, and add a member of the fuchsia.dev |
| # team as reviewer. |
| toc: |
| - title: "Overview and Tutorial" |
| path: /docs/development/tracing/tutorial |
| step_group: tracing_tutorial |
| - title: "1. Register a trace provider" |
| path: /docs/development/tracing/tutorial/register-a-trace-provider.md |
| step_group: tracing_tutorial |
| - title: "2. Add tracing in your code" |
| path: /docs/development/tracing/tutorial/add-tracing-in-code.md |
| step_group: tracing_tutorial |
| - title: "3. Record and visualize a trace" |
| path: /docs/development/tracing/tutorial/record-and-visualize-a-trace.md |
| step_group: tracing_tutorial |