From f95729b06ff461850fb324a5cb37eedd9dedd836 Mon Sep 17 00:00:00 2001 From: Mick Date: Tue, 16 Dec 2025 23:48:32 +0800 Subject: [PATCH] [diffusion] doc: update profiling.md (#15270) --- python/sglang/multimodal_gen/docs/profiling.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/python/sglang/multimodal_gen/docs/profiling.md b/python/sglang/multimodal_gen/docs/profiling.md index 3b8c1342e..6ba8dea5e 100644 --- a/python/sglang/multimodal_gen/docs/profiling.md +++ b/python/sglang/multimodal_gen/docs/profiling.md @@ -42,15 +42,13 @@ sglang generate \ ### Output Location -By default, trace files are saved in the ./logs/ directory. The exact output file path will be shown in the console output, for example: +By default, trace files are saved in the ./logs/ directory. + +The exact output file path will be shown in the console output, for example: ```bash [mm-dd hh:mm:ss] Saved profiler traces to: /sgl-workspace/sglang/logs/mocked_fake_id_for_offline_generate-5_steps-global-rank0.trace.json.gz ``` -{request_id}-{num_steps}_steps-global-rank{rank}.trace.json.gz -``` - -Example: `mocked_fake_id_for_offline_generate-5_steps-global-rank0.trace.json.gz` ### View Traces