Re: Interesting Experiment With String/Sequence Slicing
- Posted by Robert Craig <rds at RapidEuphoria.com> Aug 20, 2001
- 429 views
Sam Lie writes: > i am just curious as to ways the program can be > optimised and i have run out of avenues except > looking how i can get around the slicing issue. Since you are a registered user, you can say: "with profile" at the top of your main file, to get a count of statements executed, or even better with ex.exe: "with profile_time" to get the percentage of time consumed by each statement. These reports go to a file called "ex.pro". It will show you the statements that are consuming most of the time. If you post the relevant chunk(s) of code to this list, someone, maybe me, can probably suggest a faster way to do the same thing. The first time you profile a program you often discover something surprising. Regards, Rob Craig Rapid Deployment Software http://www.RapidEuphoria.com