T
Takashi Yamauchi
I am a novice perl learner. If this question is one of FAQ, please direct
me to the web site where I can get an answer.
I use $^T to measure time (e.g., the time that a person spent on reading a
text).
$^T gives me the running time in seconds. This is good. But I want to have
a more accurae measure of timing (hopefully in miliseconds, or 10 or 100
miliseconds).
Could anyone show me how to measure time in miliseconds (or better than
seconds)?
Thank you
Takashi Yamauchi
me to the web site where I can get an answer.
I use $^T to measure time (e.g., the time that a person spent on reading a
text).
$^T gives me the running time in seconds. This is good. But I want to have
a more accurae measure of timing (hopefully in miliseconds, or 10 or 100
miliseconds).
Could anyone show me how to measure time in miliseconds (or better than
seconds)?
Thank you
Takashi Yamauchi