Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:20:44 +08:00
commit 88d1fa4125
8 changed files with 183 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# Scripts
Bundled resources for application-profiler skill
- [ ] profile_application.py: Script to execute the profiling tools and collect performance data.
- [ ] analyze_results.py: Script to analyze the collected performance data and identify bottlenecks.
- [ ] generate_report.py: Script to generate a human-readable performance report.