A
Aaron
I need to time the execution time of a script and
output the exe time as a string.
can someone help me write this function in csharp
time1 //at the beginning of the script
..
..
..
time2 //at the end of the script
string exeTime = time2 - time1
thanks
output the exe time as a string.
can someone help me write this function in csharp
time1 //at the beginning of the script
..
..
..
time2 //at the end of the script
string exeTime = time2 - time1
thanks