aboutsummaryrefslogtreecommitdiff
path: root/docs/development/PROFILING.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/development/PROFILING.md')
-rw-r--r--docs/development/PROFILING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/development/PROFILING.md b/docs/development/PROFILING.md
index f3b57347..57c37a90 100644
--- a/docs/development/PROFILING.md
+++ b/docs/development/PROFILING.md
@@ -15,7 +15,7 @@ Dendrite contains an embedded profiler called `pprof`, which is a part of the st
To enable the profiler, start Dendrite with the `PPROFLISTEN` environment variable. This variable specifies which address and port to listen on, e.g.
```
-PPROFLISTEN=localhost:65432 ./bin/dendrite-monolith-server ...
+PPROFLISTEN=localhost:65432 ./bin/dendrite ...
```
If pprof has been enabled successfully, a log line at startup will show that pprof is listening: