Skip to main content
Module

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

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

Returns a current time from Deno's start in milliseconds.

Use the permission flag --allow-hrtime return a precise value.

const t = performance.now();
console.log(`${t} ms since start!`);

Returns

number