google_api_tool_results v0.4.0 GoogleApi.ToolResults.V1beta3.Model.PerfMetricsSummary View Source
A summary of perf metrics collected and performance environment info
Attributes
- appStartTime (AppStartTime): Defaults to:
null
. - executionId (String.t): A tool results execution ID. Defaults to:
null
. - graphicsStats (GraphicsStats): Graphics statistics for the entire run. Statistics are reset at the beginning of the run and collected at the end of the run. Defaults to:
null
. - historyId (String.t): A tool results history ID. Defaults to:
null
. - perfEnvironment (PerfEnvironment): Describes the environment in which the performance metrics were collected Defaults to:
null
. perfMetrics ([String.t]): Set of resource collected Defaults to:
null
.- Enum - one of
- projectId (String.t): The cloud project Defaults to:
null
. - stepId (String.t): A tool results step ID. Defaults to:
null
.
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()
View Source
t() :: %GoogleApi.ToolResults.V1beta3.Model.PerfMetricsSummary{
appStartTime: GoogleApi.ToolResults.V1beta3.Model.AppStartTime.t(),
executionId: any(),
graphicsStats: GoogleApi.ToolResults.V1beta3.Model.GraphicsStats.t(),
historyId: any(),
perfEnvironment: GoogleApi.ToolResults.V1beta3.Model.PerfEnvironment.t(),
perfMetrics: [any()],
projectId: any(),
stepId: any()
}
t() :: %GoogleApi.ToolResults.V1beta3.Model.PerfMetricsSummary{ appStartTime: GoogleApi.ToolResults.V1beta3.Model.AppStartTime.t(), executionId: any(), graphicsStats: GoogleApi.ToolResults.V1beta3.Model.GraphicsStats.t(), historyId: any(), perfEnvironment: GoogleApi.ToolResults.V1beta3.Model.PerfEnvironment.t(), perfMetrics: [any()], projectId: any(), stepId: any() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.