import { type Protocol } from "https://deno.land/x/pptr@1.2.0/mod.ts";
const { StartSamplingRequest } = Protocol.Memory;
Properties
optional
samplingInterval: integerAverage number of bytes between samples.
import { type Protocol } from "https://deno.land/x/pptr@1.2.0/mod.ts";
const { StartSamplingRequest } = Protocol.Memory;
Average number of bytes between samples.