Skip to main content

perfAnimLog

FitFileViewer - API Documentation v30.0.1


FitFileViewer - API Documentation / utils/debug/lastAnimLog / perfAnimLog

Function: perfAnimLog()

perfAnimLog(message: string, startTime?: number): void

Defined in: utils/debug/lastAnimLog.ts:202

Performance-aware animation logger that includes timing information.

Parameters​

message​

string

The message to log with timing information.

startTime?​

number

Optional start time for duration calculation.

Returns​

void