Time the executionTag(s): Powerscript
Use the CPU() function for timing.
long ll_start, ll_elapsed ll_Start = CPU ( ) /* **your code to time test */ ll_elapsed = CPU ( ) - ll_start
mail_outline
Send comment, question or suggestion to howto@rgagnon.com
Send comment, question or suggestion to howto@rgagnon.com