diff --git a/docs/developer_guide/benchmark_and_profiling.md b/docs/developer_guide/benchmark_and_profiling.md index 458ca5fd0..18953f6a9 100644 --- a/docs/developer_guide/benchmark_and_profiling.md +++ b/docs/developer_guide/benchmark_and_profiling.md @@ -152,7 +152,8 @@ curl -X POST /start_profile \ # Start profiling with merge enabled python -m sglang.profiler \ --num-steps 10 \ - --activities CPU GPU \ + --cpu \ + --gpu \ --output-dir /tmp/profiles \ --merge-profiles # optional argument to merge profile traces (default=False) ```