Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
class Perf
import { Perf } from "https://deno.land/x/natsws@v1.28.0/src/nats-base-client.ts";

Constructors

new
Perf()

Properties

measures: Map<string, number>
timers: Map<string, number>

Methods

getEntries(): { name: string; duration: number; }[]
mark(key: string)
measure(
key: string,
startKey: string,
endKey: string,
)