Time The Execution Code Block In Powerbuilder
Time the execution code block in Powerbuilder Use the CPU() function for timing.
1 2 3 4 5 6 7 8 9 10 |
//[Powerscript] Long ll_start, ll_elapsed ll_start = CPU ( ) /* //your code to time test */ ll_elapsed = CPU ( ) - ll_start MessageBox( "Info", "Time: " String( ll_elapsed ) ) |
Good Luck!
Simply want to say your article is as surprising. The
clarity in your post is just great and i could assume you are an expert on this
subject. Well with your permission allow me to grab your feed to keep up to
date with forthcoming post. Thanks a million and please
continue the rewarding work.