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

MemoryUsageSample

import type { MemoryUsageSample } from "https://googleapis.deno.dev/v1/migrationcenter:v1.ts";

Memory usage sample.

interface MemoryUsageSample {
utilizedPercentage?: number;
}

§Properties

§
utilizedPercentage?: number
[src]

Percentage of system memory utilized. Must be in the interval [0, 100].