Metrics class

Constructors

Metrics(Map<String?, num?> values)
Metrics.fromBrowser(List<Metric> metrics)
factory

Properties

documents int?
Number of documents in the page.
no setter
frames int?
Number of frames in the page.
no setter
hashCode int
The hash code for this object.
no setterinherited
jsEventListeners int?
Number of events in the page.
no setter
jsHeapTotalSize int?
Total JavaScript heap size.
no setter
jsHeapUsedSize int?
Used JavaScript heap size.
no setter
layoutCount int?
Total number of full or partial page layout.
no setter
layoutDuration num?
Combined durations of all page layouts.
no setter
nodes int?
Number of DOM nodes in the page.
no setter
recalcStyleCount int?
Total number of page style recalculations.
no setter
recalcStyleDuration num?
Combined duration of all page style recalculations.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scriptDuration num?
Combined duration of JavaScript execution.
no setter
taskDuration num?
Combined duration of all tasks performed by the browser.
no setter
timestamp num?
The timestamp when the metrics sample was taken.
no setter
values Map<String?, num?>
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