Test Utilities provides basic profiling functionality and miscellaneous functions to time your code. Shown below is a sample output.
FTDocument:composePages 3 0.02151167 0.06453500 50.20% FTDocument:composeParagraphs 3 0.02134233 0.06402700 49.80% Each line is defined into 5 entries as defined below. 1. <class/module name:method name> 2. <number of times the method was invoked> 3. <average time of execution of the method> 4. <total execution time for all executions of the method> 5. <percentage of the total execution time when compared to all methods> You can use this data to help you decide what you need to optimize. The price is right (free) and it is open source code so you can easily modify it to give you more or different statistics. URL: http://www.truenorthsoftware.com/Realbasic/TestUtilities.html _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html>
