I want to measure Natural execution time (inside program) down to milli-second. However, our existing timestamp format is (HH.II.SS.T). That is, I can only output to tenth of a second. Is it possible to capture to milli-second directly instead of writing an external C program to achieve it ?