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 @@ -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
You can’t perform that action at this time.
0 commit comments