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

GraphicsStatsBucket

import type { GraphicsStatsBucket } from "https://googleapis.deno.dev/v1/toolresults:v1beta3.ts";
interface GraphicsStatsBucket {
frameCount?: bigint;
renderMillis?: bigint;
}

§Properties

§
frameCount?: bigint
[src]

Number of frames in the bucket.

§
renderMillis?: bigint
[src]

Lower bound of render time in milliseconds.