Skip to main content
Module

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

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

Stores a timestamp with the associated name (a "mark").

Parameters

markName: string
optional
options: PerformanceMarkOptions