Skip to content

timeEnd

timeEnd(label: string): void

Calculates the time elapsed since time(label) was called and logs the result at the info level.

zylog.time('db');
await query();
zylog.timeEnd('db');