How can i calculate execution time in node red?

calculate the program speed (start and end )

Have a look at node-red-contrib-msg-profiler
It hasn't been published on npm, so to install it, run the following npm command in your Node-RED user directory (typically ~/.node-red):

npm install bartbutenaers/node-red-contrib-msg-profiler
1 Like

And if you want something simple (a paste into your flow type addition) then there is this...

https://flows.nodered.org/flow/63f29373e826a9fd4943d679d43e725f

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.