benchmark library

Benchmark API for the Fixit Runtime SDK.

This library exports diagnostic and timeline models used by the benchmark tool. It is intentionally NOT exported from fixit_webview.dart to avoid polluting the public SDK API.

Import this via: import 'package:fixit_webview/benchmark.dart';

Classes

FixitDiagnosticsSnapshot
A point-in-time snapshot of runtime state for diagnostic purposes. Used by the benchmark tool, not for general SDK consumers.
StartupMilestone
A single named startup milestone.
StartupTimelineEvent
Typed event emitted on FixitWebViewController.diagnosticsStream once T5 is recorded.

Enums

DiagnosticsLevel
Controls which categories of diagnostics are collected.