BuildPhasePerformance class

The TimeSlice of a full BuildPhase within a larger build.

Annotations
  • @JsonSerializable()

Constructors

BuildPhasePerformance(List<String> builderKeys, DateTime startTime, DateTime stopTime)
BuildPhasePerformance.fromJson(Map<String, dynamic> json)
factory

Properties

builderKeys List<String>
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
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