From af35262acf4758af15499316a4dec5ddeb4bb668 Mon Sep 17 00:00:00 2001 From: blueloveTH Date: Thu, 28 Aug 2025 12:10:30 +0800 Subject: [PATCH] Update profiling.md --- docs/features/profiling.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/features/profiling.md b/docs/features/profiling.md index c7d4fc6d..8a7cb199 100644 --- a/docs/features/profiling.md +++ b/docs/features/profiling.md @@ -20,4 +20,6 @@ https://marketplace.visualstudio.com/items?itemName=pocketpy.pocketpy With pocketpy VSCode extension, press `F1` and type `pocketpy: Load Line Profiler Report`, select **1. the `profile_report.json` file; 2. the source root of the program**. Then you will see a nice visualization of the profiling result. -![lp](../static/profiler_demo.png) +![profiler_report](../static/profiler_demo.png) + +Press `ESC` to exit the report view.