Skip to main content
Performance.now - Performance - Web documentation
method Performance.now
Private
Performance.now(): number

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

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

Return Type

number