File tree 1 file changed +0
-4
lines changed
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.
317
317
functions (as they often are). It also gives insight into peak memory
318
318
usage, similar to Massif.
319
319
- ** Slowdown** . Roughly 5--20x.
320
- - ** Prerequisites** . DHAT may require a rustc configured with `jemalloc =
321
- false` to work well.
322
320
- ** Configuration** . DHAT is configured within ` profile_local ` to run with
323
321
the non-default ` --num-callers=4 ` option, which dictates stack depths.
324
322
(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.
333
331
- ** Purpose** . Massif is designed to give insight into a program's peak
334
332
memory usage.
335
333
- ** Slowdown** . Roughly 3--10x.
336
- - ** Prerequisites** . Massif may require a rustc configured with `jemalloc =
337
- false` to work well.
338
334
- ** Output** . Raw output is written to files with a ` msout ` prefix. Those
339
335
files can be post-processed with ` ms_print ` or viewed with the graphical
340
336
[ ` massif-visualizer ` ] ( https://github.com/KDE/massif-visualizer ) ; the latter
You can’t perform that action at this time.
0 commit comments