Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/deno/cli/dts/lib.deno.shared_globals.d.ts>PerformanceEntry

A modern runtime for JavaScript and TypeScript.
Go to Latest
class PerformanceEntry
import { PerformanceEntry } from "https://deno.land/x/deno@v1.28.0/cli/dts/lib.deno.shared_globals.d.ts";

Encapsulates a single performance metric that is part of the performance timeline. A performance entry can be directly created by making a performance mark or measure (for example by calling the .mark() method) at an explicit point in an application.

Properties

readonly
duration: number
readonly
entryType: string
readonly
name: string
readonly
startTime: number