Skip to content

Commit 1713a42

Browse files
Merge pull request #1113 from nnethercote/rm-DHAT-Massif-prereqs-docs
Remove DHAT/Massif prereqs docs.
2 parents 480d7a0 + c4216bd commit 1713a42

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

collector/README.md

-4
Original file line numberDiff line numberDiff line change
@@ -317,8 +317,6 @@ The mandatory `<PROFILER>` argument must be one of the following.
317317
functions (as they often are). It also gives insight into peak memory
318318
usage, similar to Massif.
319319
- **Slowdown**. Roughly 5--20x.
320-
- **Prerequisites**. DHAT may require a rustc configured with `jemalloc =
321-
false` to work well.
322320
- **Configuration**. DHAT is configured within `profile_local` to run with
323321
the non-default `--num-callers=4` option, which dictates stack depths.
324322
(This value of 4 does not include inlined stack frames, so in practice the
@@ -333,8 +331,6 @@ The mandatory `<PROFILER>` argument must be one of the following.
333331
- **Purpose**. Massif is designed to give insight into a program's peak
334332
memory usage.
335333
- **Slowdown**. Roughly 3--10x.
336-
- **Prerequisites**. Massif may require a rustc configured with `jemalloc =
337-
false` to work well.
338334
- **Output**. Raw output is written to files with a `msout` prefix. Those
339335
files can be post-processed with `ms_print` or viewed with the graphical
340336
[`massif-visualizer`](https://github.com/KDE/massif-visualizer); the latter

0 commit comments

Comments
 (0)