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

PerfEnvironment

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

Encapsulates performance environment info

interface PerfEnvironment {
cpuInfo?: CPUInfo;
memoryInfo?: MemoryInfo;
}

§Properties

§
cpuInfo?: CPUInfo
[src]

CPU related environment info

§
memoryInfo?: MemoryInfo
[src]

Memory related environment info