Skip to main content
Module

x/netzo/deno.d.ts>PerformanceEntry

SDK for Netzo, the open Web platform to unify IoT devices, applications and services.
Go to Latest
class PerformanceEntry
import { PerformanceEntry } from "https://deno.land/x/netzo@v0.1.27/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