You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `-Z dump-mono-stats-format` compiler flag controls what file format to use for `-Z dump-mono-stats`.
6
+
The default is markdown; currently JSON is also supported. JSON can be useful for programatically manipulating the results (e.g. to find the item that took the longest to compile).
Copy file name to clipboardExpand all lines: src/test/rustdoc-ui/z-help.stdout
+2-1
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,8 @@
35
35
-Z dump-mir-exclude-pass-number=val -- exclude the pass number when dumping MIR (used in tests) (default: no)
36
36
-Z dump-mir-graphviz=val -- in addition to `.mir` files, create graphviz `.dot` files (and with `-Z instrument-coverage`, also create a `.dot` file for the MIR-derived coverage graph) (default: no)
37
37
-Z dump-mir-spanview=val -- in addition to `.mir` files, create `.html` files to view spans for all `statement`s (including terminators), only `terminator` spans, or computed `block` spans (one span encompassing a block's terminator and all statements). If `-Z instrument-coverage` is also enabled, create an additional `.html` file showing the computed coverage spans.
38
-
-Z dump-mono-stats=val -- output statistics about monomorphization collection (format: markdown)
38
+
-Z dump-mono-stats=val -- output statistics about monomorphization collection
39
+
-Z dump-mono-stats-format=val -- the format to use for -Z dump-mono-stats (`markdown` (default) or `json`)
39
40
-Z dwarf-version=val -- version of DWARF debug information to emit (default: 2 or 4, depending on platform)
40
41
-Z dylib-lto=val -- enables LTO for dylib crate type
0 commit comments