File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments