sivarajankumar / screen3d

Automatically exported from code.google.com/p/screen3d
0 stars 0 forks source link

[Screen/Utils] Improve Timer precision on Linux #21

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
For now, the Timer class uses std::clock in Linux. This method suffers of the 
lack of precision of std::clock

The goal is to improve Timer to compute with a better precision, by using Linux 
specific functions to retrieve time

Original issue reported on code.google.com by thoratou@gmail.com on 23 Jun 2010 at 9:07

GoogleCodeExporter commented 8 years ago

Original comment by thoratou@gmail.com on 23 Jun 2010 at 9:08

GoogleCodeExporter commented 8 years ago

Original comment by thoratou@gmail.com on 27 Aug 2010 at 1:01