AppAnalyser class

Constructors

AppAnalyser()
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
measurementFrequency Duration
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
storage AnalysisStoragePurgeInterface
no setter

Methods

collectTraffic(TrafficConsumptionAdapter adapter) → void
initialise({Duration measurementFrequency = const Duration(seconds: 5), BatteryLevelCollectorInterface? batteryLevel, BatteryTemperatureCollectorInterface? batteryTemperature, CpuFrequencyCollectorInterface? cpuFrequency, CpuTemperatureCollectorInterface? cpuTemperature, RamConsumptionCollectorInterface? ramConsumption, TrafficConsumptionCollectorInterface<TrafficConsumptionAdapter>? trafficConsumption, AnalysisStorageInterface? storage}) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
start() → void
stop() Future<AnalysisInfoInterface>
toString() String
A string representation of this object.
inherited

Operators

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