Files
bun.sh/test/js/node
Vadim Spivak aba74246ed feat(node:inspector): implement Profiler API
Implement the Chrome DevTools Protocol Profiler domain for node:inspector:
- Profiler.enable/disable - Enable or disable the profiler
- Profiler.start/stop - Start and stop CPU profiling
- Profiler.setSamplingInterval - Configure sampling interval in microseconds

Returns CPU profiles in Chrome DevTools JSON format, compatible with
VS Code, Chrome DevTools, and speedscope.

Also fixes bun:jsc profile() to use pause() instead of shutdown(),
allowing the profiler to be restarted within the same process.
2026-01-09 16:50:52 -08:00
..
2025-09-27 00:27:23 -07:00
2025-12-23 22:24:18 -08:00
2025-10-20 18:01:25 -07:00
2025-11-27 12:26:50 -08:00
2025-09-11 17:53:06 -07:00
2025-10-09 19:11:08 -07:00