Opened 11 years ago
Closed 10 years ago
#563 closed defect (fixed)
gettimeofday() has 1-second granularity
Reported by: | Jiri Svoboda | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 0.7.0 |
Component: | helenos/unspecified | Version: | mainline |
Keywords: | Cc: | ||
Blocker for: | Depends on: | ||
See also: |
Description
It appears that when I call gettimeofday() and a clock device is available (ia32 in Qemu, so that it does not merely call getuptime()), the time returned has 1-second granularity (I always get useconds == 0).
Note:
See TracTickets
for help on using tickets.
This issue is preventing Jainja JVM from working properly: