id | title | hide_title |
---|---|---|
faastjs.functionstats.tostring |
FunctionStats.toString() method |
true |
faastjs > FunctionStats > toString
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.