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.