📄️ getRuntime
This method is for calculating the execution time of a normal function (sync). This method calculates the execution time of the function with millisecond accuracy.
📄️ getRuntimeCb
This method calculates the execution time of async functions and returns the execution time to you in the form of a callback
📄️ getRuntimeSync
This method calculates the execution time of async functions and returns the execution time to you in the form of a promise.