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

GPUUsage

import type { GPUUsage } from "https://googleapis.deno.dev/v1/dataflow:v1b3.ts";

Information about the GPU usage on the worker.

interface GPUUsage {
timestamp?: Date;
utilization?: GPUUtilization;
}

§Properties

§
timestamp?: Date
[src]

Required. Timestamp of the measurement.

§
utilization?: GPUUtilization
[src]

Required. Utilization info about the GPU.