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