UsageTrackingConfig class

Configures memory usage tracking.

Set interval to customize how often to verify memory usage.

Constructors

UsageTrackingConfig({UsageEventsConfig? usageEventsConfig, AutoSnapshottingConfig? autoSnapshottingConfig, Duration interval = const Duration(seconds: 1)})
const

Properties

autoSnapshottingConfig AutoSnapshottingConfig?
Configuration for snapshotting.
final
hashCode int
The hash code for this object.
no setterinherited
interval Duration
How often to verify memory usage.
final
isNoOp bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
usageEventsConfig UsageEventsConfig?
Configuration for usage events.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited