faastjs > FunctionStats > toString
FunctionStats.toString() method
Summarize the function stats as a string.
Signature:
toString(): string;
Returns:
string
a string showing the value of completed, retries, errors, and mean execution time. This string excludes invocations by default because it is often fixed.