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

SystraceSetup

import type { SystraceSetup } from "https://googleapis.deno.dev/v1/testing:v1.ts";
interface SystraceSetup {
durationSeconds?: number;
}

§Properties

§
durationSeconds?: number
[src]

Systrace duration in seconds. Should be between 1 and 30 seconds. 0 disables systrace.