https://github.com/stort0/vscode-profiler-integration
https://github.com/stort0/vscode-profiler-integration
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/stort0/vscode-profiler-integration
- Owner: stort0
- License: gpl-3.0
- Created: 2025-03-02T11:18:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-05-20T12:13:52.000Z (2 months ago)
- Last Synced: 2026-05-20T12:17:24.779Z (2 months ago)
- Language: TypeScript
- Size: 466 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Visual Studio Code Profiler Integration
> Not even alpha, do not use.
Profiled sessions are stored at `/cached/`.
Every color is **customizable** in a custom theme. Check under each [webview](#Webview)
for color mappings.
## Supported Profilers
- `perf` *(Linux)*
- `AMD uProf` *(Windows)*
- `Intel VTune` *(Windows)*
# Webview
## Flame graph

Colors:
- `profiler.integration.flamegraph.rootColor`: Color of the **'all'** node.
- `profiler.integration.flamegraph.nodeColor`: Fixed color for **all nodes**
except for the root one.
- TODO: `profiler.integration.flamegraph.nodeColorMax`: Max value node color.
- TODO: `profiler.integration.flamegraph.nodeColorMin`: Min value node color.
- `profiler.integration.flamegraph.foreground`: Function name foreground color.
# Call tree

Colors:
- TODO
# Method list

Colors:
- TODO