Jump to content

How to check performance of a script or function?


pippi
 Share

Recommended Posts

Hello,

i am developing a script where it is important that it executes as fast as possible. So i am compareing different solutions at the moment, but i dont know how to measure exactly how fast my function is. What is the best way to do it?

Regards,

pippi

Link to comment
Share on other sites

Hello,

i am developing a script where it is important that it executes as fast as possible. So i am compareing different solutions at the moment, but i dont know how to measure exactly how fast my function is. What is the best way to do it?

Regards,

pippi

1. At the start of the function, get the current time.

2. At the end of the function, get the current time.

3. Subtract the two.

Auto3Lib: A library of over 1200 functions for AutoIt
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...