-
CPU Profiling
- V8 CPU Profiler: v8/include/v8-profiler.h
- Accessible globally through
--profruntime flag, basic processing and display through--prof-processorruntime flag
- Accessible globally through
- Intel vTune profiler. Accessible through
--enable-vtune-profilingcompile-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