Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

PerfMetricsSummary

import type { PerfMetricsSummary } from "https://googleapis.deno.dev/v1/toolresults:v1beta3.ts";

A summary of perf metrics collected and performance environment info

interface PerfMetricsSummary {
appStartTime?: AppStartTime;
executionId?: string;
graphicsStats?: GraphicsStats;
historyId?: string;
perfEnvironment?: PerfEnvironment;
perfMetrics?:
| "perfMetricTypeUnspecified"
| "memory"
| "cpu"
| "network"
| "graphics"[];
projectId?: string;
stepId?: string;
}

§Properties

§
appStartTime?: AppStartTime
[src]
§
executionId?: string
[src]

A tool results execution ID. @OutputOnly

§
graphicsStats?: GraphicsStats
[src]

Graphics statistics for the entire run. Statistics are reset at the beginning of the run and collected at the end of the run.

§
historyId?: string
[src]

A tool results history ID. @OutputOnly

§
perfEnvironment?: PerfEnvironment
[src]

Describes the environment in which the performance metrics were collected

§
perfMetrics?: "perfMetricTypeUnspecified" | "memory" | "cpu" | "network" | "graphics"[]
[src]

Set of resource collected

§
projectId?: string
[src]

The cloud project @OutputOnly

§
stepId?: string
[src]

A tool results step ID. @OutputOnly