timeEnd
Signature
Section titled “Signature”timeEnd(label: string): voidDescription
Section titled “Description”Calculates the time elapsed since time(label) was called and logs the result at the info level.
Example
Section titled “Example”zylog.time('db');await query();zylog.timeEnd('db');