-
CPU Profiling
- V8 CPU Profiler: v8/include/v8-profiler.h
- Accessible globally through
--prof
runtime flag, basic processing and display through--prof-processor
runtime flag
- Accessible globally through
- Intel vTune profiler. Accessible through
--enable-vtune-profiling
compile-time flag.
- V8 CPU Profiler: v8/include/v8-profiler.h
-
Heap Profiling
- V8 Heap Profiler: v8/include/v8-profiler.h
- Heap memory usage stats are available through built-in 'v8' module.
- V8 Heap Profiler: v8/include/v8-profiler.h
Name | Sponsor |
---|---|
v8-profiler | StrongLoop |
Chrome DevTools |
guides/simple-profiling paulirish/automated-chrome-profiling