Open GoogleCodeExporter opened 8 years ago
Original comment by giot.romain
on 15 Sep 2010 at 4:24
This was mentionned in #41 already.
It is apparently a problem with the timer class.
In core/timer.h line 108, try replacing the 1000 with 1 or 1000000. It should
fix this for you.
This is because the resolution of clock_gettime is platform-dependant. There is
a clock_getres function to do it properly, see
http://www.tin.org/bin/man.cgi?section=3&topic=clock_gettime
Original comment by PLumeArg...@gmail.com
on 15 Sep 2010 at 8:31
I have try a lot of things. But I am unable to solve this problem :(
Original comment by giot.romain
on 11 Oct 2010 at 9:25
Issue 41 has been merged into this issue.
Original comment by pulkoma...@gmail.com
on 11 Feb 2011 at 2:13
Original comment by pulkoma...@gmail.com
on 11 Feb 2011 at 2:13
Original issue reported on code.google.com by
giot.rom...@gmail.com
on 15 Sep 2010 at 4:22