BuilderActionPerformance class

The TimeSlice of a builderKey running on primaryInput within a build.

Annotations
  • @JsonSerializable()

Constructors

BuilderActionPerformance(String builderKey, AssetId primaryInput, Iterable<BuilderActionStagePerformance> stages, DateTime startTime, DateTime stopTime)
BuilderActionPerformance.fromJson(Map<String, dynamic> json)
factory

Properties

builderKey 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
innerDuration Duration
no setter
primaryInput → AssetId
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stages Iterable<BuilderActionStagePerformance>
final
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