google_api_tool_results v0.15.0 GoogleApi.ToolResults.V1beta3.Model.PerfMetricsSummary View Source

A summary of perf metrics collected and performance environment info

Attributes

  • appStartTime (type: GoogleApi.ToolResults.V1beta3.Model.AppStartTime.t, default: nil) -
  • executionId (type: String.t, default: nil) - A tool results execution ID.
  • graphicsStats (type: GoogleApi.ToolResults.V1beta3.Model.GraphicsStats.t, default: nil) - Graphics statistics for the entire run. Statistics are reset at the beginning of the run and collected at the end of the run.
  • historyId (type: String.t, default: nil) - A tool results history ID.
  • perfEnvironment (type: GoogleApi.ToolResults.V1beta3.Model.PerfEnvironment.t, default: nil) - Describes the environment in which the performance metrics were collected
  • perfMetrics (type: list(String.t), default: nil) - Set of resource collected
  • projectId (type: String.t, default: nil) - The cloud project
  • stepId (type: String.t, default: nil) - A tool results step ID.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.ToolResults.V1beta3.Model.PerfMetricsSummary{
  appStartTime: GoogleApi.ToolResults.V1beta3.Model.AppStartTime.t(),
  executionId: String.t(),
  graphicsStats: GoogleApi.ToolResults.V1beta3.Model.GraphicsStats.t(),
  historyId: String.t(),
  perfEnvironment: GoogleApi.ToolResults.V1beta3.Model.PerfEnvironment.t(),
  perfMetrics: [String.t()],
  projectId: String.t(),
  stepId: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.