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

x/xdg/vendor/types/deno.d.ts>PerformanceEntry

Determine XDG Base Directory paths (OS/platform portable)
Go to Latest
class PerformanceEntry
import { PerformanceEntry } from "https://deno.land/x/xdg@v10.3.0/vendor/types/deno.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