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

GPUUtilization

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

Utilization details about the GPU.

interface GPUUtilization {
rate?: number;
}

§Properties

§
rate?: number
[src]

Required. GPU utilization rate of any kernel over the last sample period in the range of [0, 1].