From a534a1e415b67d4b9fe5a0c936e787c318734484 Mon Sep 17 00:00:00 2001 From: Bhavya U Date: Wed, 5 Jul 2023 14:17:25 -0700 Subject: [PATCH] Updated [DEV] Perf Tools for VS Code Development (markdown) --- [DEV]-Perf-Tools-for-VS-Code-Development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/[DEV]-Perf-Tools-for-VS-Code-Development.md b/[DEV]-Perf-Tools-for-VS-Code-Development.md index 19c5057..e834f32 100644 --- a/[DEV]-Perf-Tools-for-VS-Code-Development.md +++ b/[DEV]-Perf-Tools-for-VS-Code-Development.md @@ -10,7 +10,7 @@ The startup performance editor (F1 > Developer: Startup Performance) gives you a * extension activation stats (activation reason, code loading time, time to finish calling activate) * code loading stats (dev only) -The screen capture below shows a sample and highlights some interesting bits like code loading, processing extension contributions, and extension stats. The durations are derived from well-known perf-markers. Simplest is to look them up in source [here](https://github.com/microsoft/vscode/blob/joh/hide-menuItems/src/vs/workbench/services/timer/browser/timerService.ts#L575) +The screen capture below shows a sample and highlights some interesting bits like code loading, processing extension contributions, and extension stats. The durations are derived from well-known perf-markers. Simplest is to look them up in source [here](https://github.com/microsoft/vscode/blob/main/src/vs/workbench/services/timer/browser/timerService.ts#L666) Screenshot 2022-09-15 at 14 27 37