Skip to content

Commit

Permalink
Remove profiler output and replace with a raw event dump
Browse files Browse the repository at this point in the history
Related to rust-lang#58372
  • Loading branch information
wesleywiser committed Feb 20, 2019
1 parent 32dd8af commit 81327ff
Show file tree
Hide file tree
Showing 3 changed files with 272 additions and 329 deletions.
4 changes: 1 addition & 3 deletions src/librustc/session/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1398,9 +1398,7 @@ options! {DebuggingOptions, DebuggingSetter, basic_debugging_options,
crate_attr: Vec<String> = (Vec::new(), parse_string_push, [TRACKED],
"inject the given attribute in the crate"),
self_profile: bool = (false, parse_bool, [UNTRACKED],
"run the self profiler"),
profile_json: bool = (false, parse_bool, [UNTRACKED],
"output a json file with profiler results"),
"run the self profiler and output the raw event data"),
emit_stack_sizes: bool = (false, parse_bool, [UNTRACKED],
"emits a section containing stack size metadata"),
plt: Option<bool> = (None, parse_opt_bool, [TRACKED],
Expand Down
Loading

0 comments on commit 81327ff

Please sign in to comment.