PerfMetricsSummary class
A summary of perf metrics collected and performance environment info
Constructors
- 
          PerfMetricsSummary({AppStartTime? appStartTime, String? executionId, GraphicsStats? graphicsStats, String? historyId, PerfEnvironment? perfEnvironment, List<
String> ? perfMetrics, String? projectId, String? stepId}) - PerfMetricsSummary.fromJson(Map _json)
 
Properties
- appStartTime ↔ AppStartTime?
 - 
  
  getter/setter pair
 - executionId ↔ String?
 - 
  A tool results execution ID.
  getter/setter pair
 - graphicsStats ↔ GraphicsStats?
 - 
  Graphics statistics for the entire run.
  getter/setter pair
 - hashCode → int
 - 
  The hash code for this object.
  no setterinherited
 - historyId ↔ String?
 - 
  A tool results history ID.
  getter/setter pair
 - perfEnvironment ↔ PerfEnvironment?
 - 
  Describes the environment in which the performance metrics were collected
  getter/setter pair
 - 
  perfMetrics
  ↔ List<
String> ? - 
  Set of resource collected
  getter/setter pair
 - projectId ↔ String?
 - 
  The cloud project @OutputOnly
  getter/setter pair
 - runtimeType → Type
 - 
  A representation of the runtime type of the object.
  no setterinherited
 - stepId ↔ String?
 - 
  A tool results step ID.
  getter/setter pair
 
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