Initial commit

This commit is contained in:
zhongwei
2025-11-29 09:37:43 +08:00
commit 305b0a6323
11 changed files with 1472 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
---
description: Analyze application performance using profiling tools
---
# Analyze Performance Command
Profile the application to find performance bottlenecks.
## Tools
- Intel VTune Profiler
- Visual Studio Profiler
- Windows Performance Analyzer
## Steps
1. Attach profiler to running process
2. Capture performance data
3. Analyze hotspots and bottlenecks
4. Generate optimization recommendations