Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 700 Bytes

faastjs.functionstats.executiontime.md

File metadata and controls

18 lines (13 loc) · 700 Bytes
id title hide_title
faastjs.functionstats.executiontime
FunctionStats.executionTime property
true

faastjs > FunctionStats > executionTime

FunctionStats.executionTime property

Statistics for function execution time in milliseconds. This is measured as wall clock time inside the cloud function, and does not include the time taken to send the response to the response queue. Note that most cloud providers round up to the next 100ms for pricing.

Signature:

executionTime: Statistics;