faastjs > FunctionStatsEvent > toString
FunctionStatsEvent.toString() method
Returns a string summarizing the statistics event.
Signature:
toString(): string;
Returns:
string
Remarks
The string includes number of completed calls, errors, and retries, and the mean execution time for the calls that completed within the last time interval (1s).