We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e7c389 commit 747e3aeCopy full SHA for 747e3ae
docs/src/docs/usage/configuration.mdx
@@ -19,6 +19,12 @@ golangci-lint run -h
19
{.RunHelpText}
20
```
21
22
+When the `--cpu-profile-path` or `--mem-profile-path` arguments are specified, `golangci-lint` writes runtime profiling data
23
+in the format expected by the [pprof](https://github.com/google/pprof) visualization tool.
24
+
25
+When the `--trace-path` argument is specified, `golangci-lint` writes runtime tracing data in the format expected by
26
+the `go tool trace` command and visualization tool.
27
28
## Config File
29
30
GolangCI-Lint looks for config files in the following paths from the current working directory:
0 commit comments