Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 617 Bytes

faastjs.functionstats.tostring.md

File metadata and controls

23 lines (16 loc) · 617 Bytes
id title hide_title
faastjs.functionstats.tostring
FunctionStats.toString() method
true

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.