| List: | Internals | « Previous MessageNext Message » | |
| From: | MARK CALLAGHAN | Date: | August 26 2009 4:32am |
| Subject: | what is a 100 nanosec unit -- my_getsystime() | ||
| View as plain text | |||
I stumbled across this comment.
What is a 100 nanosec unit? Why was that used instead of nanosecs or microsecs?
/* get time since epoc in 100 nanosec units */
/* thus to get the current time we should use the system function
with the highest possible resolution */
...
ulonglong my_getsystime()
{
...
}
--
Mark Callaghan
mdcallag@stripped
| Thread | ||
|---|---|---|
| • what is a 100 nanosec unit -- my_getsystime() | MARK CALLAGHAN | 26 Aug |
| • Re: what is a 100 nanosec unit -- my_getsystime() | Sergei Golubchik | 26 Aug |
