Is there a way to check how long a function takes to execute? maybe some type of timer? or maybe getting the system time before and after the function and subtracting the two values? Overall I am just curious how people check their script performance.
↧