View Source GoogleApi.ToolResults.V1beta3.Model.PerfMetricsSummary (google_api_tool_results v0.33.0)

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. @OutputOnly
  • 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. @OutputOnly
  • 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 @OutputOnly
  • stepId (type: String.t, default: nil) - A tool results step ID. @OutputOnly

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.