DEV Community

rohityadav2604
rohityadav2604

Posted on

Is there any way in nodejs through which I can automatically call a function

which measures the time of each function that has been executed without changing the codebase. something initialising it once. and measure time function is used whenever a new function invocation happens

Top comments (0)