Share this page 

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