Remove obsolete memory profiler console output (#35861)

Signed-off-by: webbeef <me@webbeef.org>
This commit is contained in:
webbeef 2025-03-07 18:41:08 -08:00 committed by GitHub
parent 2d28eb8f39
commit aa76847502
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 5 additions and 338 deletions

View file

@ -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(),