Skip to content

Interface: WaterfallTickOptions

Defined in: stats/waterfall.ts:51

Properties

count?

ts
optional count?: number;

Defined in: stats/waterfall.ts:53

Roughly how many ticks to place. Default 8.


format?

ts
optional format?: TimeFormat | ((seconds) => string);

Defined in: stats/waterfall.ts:55

A preset, or your own formatter over seconds. Default "hh:mm:ss".


startTime?

ts
optional startTime?: number;

Defined in: stats/waterfall.ts:57

Clock of the first row ever pushed; earlier rows carry no time. Default 0.

MIT licensed. WebGL2 required.