| Author: sumesh 18 Nov 2004 | Member Level: Silver Points : 0 |
why u are adding 1000 to process time if it is less than 0. I think we will always get process time as positive value b'cos atleast a fragment of time will be spent for that. Sumesh
|
| Author: Venkata Siva Bhaskararao 19 Nov 2004 | Member Level: Bronze Points : 0 |
Am capturing time as milliseconds, so for every 1000 millisecond again it starts from first millisecond. For example if starttime is 900th millisecond and it taken 200 milliseconds to process then the endtime will be 100th millisecond instead of 1100th millisecond. Thatz y am adding 1000 to process time to get positive and correct value.
|
| Author: azmi 22 Nov 2004 | Member Level: Bronze Points : 0 |
hi.. what should i do to convert from miliseconds to seconds
e.g: result 280 miliseconds but want it to display as 0.28 seconds
Thanks in advance
|