The purpose of this tutorial is to cover two seperate topics; profiling and object oriented programming (OOP). In this tutorial you'll create a simple class that can be used to create one or more timers. You can then use these timers to show you how long a script, function or code block takes to run, which can help you optimize your scripts. |