mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Remove obsolete memory profiler console output (#35861)
Signed-off-by: webbeef <me@webbeef.org>
This commit is contained in:
parent
2d28eb8f39
commit
aa76847502
5 changed files with 5 additions and 338 deletions
|
@ -35,10 +35,6 @@ pub struct Opts {
|
|||
/// visualizing the traces as a timeline.
|
||||
pub time_profiler_trace_path: Option<String>,
|
||||
|
||||
/// `None` to disable the memory profiler or `Some` with an interval in seconds to enable it
|
||||
/// and cause it to produce output on that interval (`-m`).
|
||||
pub mem_profiler_period: Option<f64>,
|
||||
|
||||
/// True to turn off incremental layout.
|
||||
pub nonincremental_layout: bool,
|
||||
|
||||
|
@ -198,7 +194,6 @@ impl Default for Opts {
|
|||
legacy_layout: false,
|
||||
time_profiling: None,
|
||||
time_profiler_trace_path: None,
|
||||
mem_profiler_period: None,
|
||||
nonincremental_layout: false,
|
||||
userscripts: None,
|
||||
user_stylesheets: Vec::new(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue