I was trying to understand if one script was faster than anther
Making comparative in time.
I try to make a code to calculate the time that my take to execute the script. with no result
I try later calculating a media time in 1 second to calculate.
but I'm too new with scripts. I'm bit lost here
i try to copy and past the code to be test a lot of times but did not work.
there is way to do this?
It was a difficult task for me
I'm asking for help
i was thinking something like this
Code: [Select]
void Main() {
ms1 = iSystemTime(7);
// script to check go here ) loop?
ms2 = iSystemTime(7);
ms3 = ms2-ms1;
// ValuePrint = ms3
}