Skip to content

Commit c4216bd

Browse files
committed
Remove DHAT/Massif prereqs docs.
They're no longer true.
1 parent de39bd2 commit c4216bd

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

0 commit comments

Comments
 (0)