Skip to content

Commit 2ba5fe1

Browse files
committed
Add note about dh_view.html to collector README
1 parent dfa1c98 commit 2ba5fe1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

collector/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,10 @@ The mandatory `<PROFILER>` argument must be one of the following.
346346
`rustc-fake.rs` and rebuild `collector`. Note that higher values make DHAT
347347
run more slowly and increase the size of its data files.
348348
- **Output**. Raw output is written to files with a `dhout` prefix. Those
349-
files can be viewed with DHAT's viewer (`dh_view.html`).
349+
files can be viewed with DHAT's viewer (`dh_view.html`). You can find
350+
`dh_view.html` in the `dhat` directory of the `Valgrind` repository. It is also deployed e.g.
351+
[here](https://nnethercote.github.io/dh_view/dh_view.html).
352+
350353
- `dhat-copy`: Profile with DHAT in "copy mode". Requires Valgrind 3.17 or later.
351354
- **Purpose**. DHAT's copy mode is good for finding which parts of the code
352355
are causing a lot of memory copies. This is relevant if another profiler

0 commit comments

Comments
 (0)