File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -346,7 +346,10 @@ The mandatory `<PROFILER>` argument must be one of the following.
346
346
` rustc-fake.rs ` and rebuild ` collector ` . Note that higher values make DHAT
347
347
run more slowly and increase the size of its data files.
348
348
- ** 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
+
350
353
- ` dhat-copy ` : Profile with DHAT in "copy mode". Requires Valgrind 3.17 or later.
351
354
- ** Purpose** . DHAT's copy mode is good for finding which parts of the code
352
355
are causing a lot of memory copies. This is relevant if another profiler
You can’t perform that action at this time.
0 commit comments