Skip to content

Commit

Permalink
profiling: fix broken v8-profiler.h links (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
Matheus Marchini authored and mike-kaufman committed Feb 5, 2018
1 parent e7fc372 commit 72a7daf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions profiling/README.md
@@ -1,11 +1,11 @@
## Profiling for Node
- CPU Profiling
- V8 CPU Profiler: [v8/include/v8-profiler.h](https://github.com/v8/blob/master/include/v8-profiler.h)
- V8 CPU Profiler: [v8/include/v8-profiler.h](https://github.com/v8/v8/blob/master/include/v8-profiler.h)
- Accessible globally through `--prof` runtime flag, basic processing and display through `--prof-processor` runtime flag
- Intel vTune profiler. Accessible through `--enable-vtune-profiling` compile-time flag.

- Heap Profiling
- V8 Heap Profiler: [v8/include/v8-profiler.h](https://github.com/v8/blob/master/include/v8-profiler.h)
- V8 Heap Profiler: [v8/include/v8-profiler.h](https://github.com/v8/v8/blob/master/include/v8-profiler.h)
- Heap memory usage stats are available through built-in 'v8' module.

Name | Sponsor
Expand Down

0 comments on commit 72a7daf

Please sign in to comment.