SystemProfiler constructor

SystemProfiler({
  1. Duration? slowSystemThreshold,
  2. void onSlowSystem(
    1. SlowSystemEvent event
    )?,
})

Implementation

SystemProfiler({Duration? slowSystemThreshold, this.onSlowSystem})
  : _slowMicros = slowSystemThreshold?.inMicroseconds;