You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have created a heavy image processing flow and with golang Time module i count the execution time of the flow.
I have put the time pointers in the start and the end of the flow in the Define function. Usually the time measured is about 600ms.
But when i check the timestamps of logs, the real time taken for the execution is always above 1 minute.
What is the explanation of this huge difference??
The text was updated successfully, but these errors were encountered:
I have created a heavy image processing flow and with golang Time module i count the execution time of the flow.
I have put the time pointers in the start and the end of the flow in the Define function. Usually the time measured is about 600ms.
But when i check the timestamps of logs, the real time taken for the execution is always above 1 minute.
What is the explanation of this huge difference??
The text was updated successfully, but these errors were encountered: