Skip to main content
Module

x/live/utils/timings.ts>ServerTimingsBuilder

Git-based Visual CMS for Deno, </> htmx and Tailwind apps. Deploy on any Deno-compatible host.
Very Popular
Go to Latest
interface ServerTimingsBuilder
import { type ServerTimingsBuilder } from "https://deno.land/x/live@1.96.6/utils/timings.ts";

Properties

get: () => readonly Timing[]
start: (
name: string,
desc?: string,
start?: number,
) => { end: () => void; setDesc: (desc: string | undefined) => void; name: () => string; }
printTimings: () => string