BuildPerformance class

The TimeSlice of an entire build, including all its actions.

Annotations
  • @JsonSerializable()

Constructors

BuildPerformance(Iterable<BuildPhasePerformance> phases, Iterable<BuilderActionPerformance> actions, DateTime startTime, DateTime stopTime)
BuildPerformance.fromJson(Map<String, dynamic> json)
factory

Properties

actions Iterable<BuilderActionPerformance>
The TimeSlice of running an individual Builder on an individual input.
final
duration Duration
The total duration of this operation, equivalent to taking the difference between stopTime and startTime.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
phases Iterable<BuildPhasePerformance>
The TimeSlice of each phase ran in this build.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startTime DateTime
finalinherited
stopTime DateTime
finalinherited

Methods

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

Operators

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