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

PerfSample

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

Resource representing a single performance measure or data point

interface PerfSample {
sampleTime?: Timestamp;
value?: number;
}

§Properties

§
sampleTime?: Timestamp
[src]

Timestamp of collection.

§
value?: number
[src]

Value observed