Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/netzo/deno.d.ts>Performance#measure

SDK for Netzo, the open Web platform to unify IoT devices, applications and services.
Go to Latest
method Performance.prototype.measure
import { Performance } from "https://deno.land/x/netzo@v0.1.10/deno.d.ts";

Stores the DOMHighResTimeStamp duration between two marks along with the associated name (a "measure").

Parameters

measureName: string
optional
options: PerformanceMeasureOptions

Stores the DOMHighResTimeStamp duration between two marks along with the associated name (a "measure").

Parameters

measureName: string
optional
startMark: string
optional
endMark: string