mirror of
https://github.com/servo/servo.git
synced 2025-09-19 11:20:09 +01:00
libservo: Remove Opts::webrender_stats
and -Z wr-stats
(#39331)
This option is supported via the WebView API now and you can enable it in servoshell by pressing `Ctrl` + `F12`. The command-line argument and `Opts` field are older and I believe are no longer necessary. Testing: This just removes a redundant command-line option, so no tests. Signed-off-by: Martin Robinson <mrobinson@igalia.com>
This commit is contained in:
parent
eaca68472b
commit
5505d00334
3 changed files with 1 additions and 12 deletions
|
@ -793,7 +793,6 @@ fn print_debug_options_usage(app: &str) {
|
|||
"signpost",
|
||||
"Emit native OS signposts for profile events (currently macOS only)",
|
||||
);
|
||||
print_option("wr-stats", "Show WebRender profiler on screen.");
|
||||
|
||||
println!();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue