Skip to content

Commit

Permalink
chore: update docs to no longer suggest verbosity for --profile (#7521
Browse files Browse the repository at this point in the history
)

### Description

As of #6779 we no longer need
verbosity to be set when generating a profile.

### Testing Instructions

👀 


Closes TURBO-2447
  • Loading branch information
chris-olszewski committed Feb 26, 2024
1 parent d7c2930 commit 758dcae
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/pages/repo/docs/reference/command-line-reference/run.mdx
Expand Up @@ -348,8 +348,6 @@ turbo run dev --parallel --no-cache
Generates a trace of the run in Chrome Tracing format that you can use to analyze performance.
The profile can be viewed in [Perfetto](https://ui.perfetto.dev/).

You must provide a verbosity flag (`-v`, `-vv`, or `-vvv`) with the `--profile` to produce a trace.

```sh
turbo run build --profile=profile.json
```
Expand Down

0 comments on commit 758dcae

Please sign in to comment.