Skip to content

Commit 81327ff

Browse files
committed
Remove profiler output and replace with a raw event dump
Related to #58372
1 parent 32dd8af commit 81327ff

File tree

3 files changed

+272
-329
lines changed

3 files changed

+272
-329
lines changed

src/librustc/session/config.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -1398,9 +1398,7 @@ options! {DebuggingOptions, DebuggingSetter, basic_debugging_options,
13981398
crate_attr: Vec<String> = (Vec::new(), parse_string_push, [TRACKED],
13991399
"inject the given attribute in the crate"),
14001400
self_profile: bool = (false, parse_bool, [UNTRACKED],
1401-
"run the self profiler"),
1402-
profile_json: bool = (false, parse_bool, [UNTRACKED],
1403-
"output a json file with profiler results"),
1401+
"run the self profiler and output the raw event data"),
14041402
emit_stack_sizes: bool = (false, parse_bool, [UNTRACKED],
14051403
"emits a section containing stack size metadata"),
14061404
plt: Option<bool> = (None, parse_opt_bool, [TRACKED],

0 commit comments

Comments
 (0)