id | title | hide_title |
---|---|---|
faastjs.functionstatsevent.tostring |
FunctionStatsEvent.toString() method |
true |
faastjs > FunctionStatsEvent > toString
Returns a string summarizing the statistics event.
Signature:
toString(): string;
Returns:
string
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).