- May 22, 2014
-
-
getrusage() is a very expensive system call and involves several kernel locks. This prevents multithreaded applications from scaling effectively. Using std:chrono::high_resolution_clock is portable and very low cost in most cases.
-
- Jan 28, 2013
-
-
Oliver Sander authored
[[Imported from SVN: r7095]]
-
- Jan 22, 2010
-
-
Oliver Sander authored
[[Imported from SVN: r5849]]
-
Carsten Gräser authored
[[Imported from SVN: r5848]]
-
- Oct 13, 2009
-
-
Christian Engwer authored
* update Makefiles and configure [[Imported from SVN: r5643]]
-
- Oct 08, 2009
-
-
Carsten Gräser authored
[[Imported from SVN: r5627]]
-
- Oct 07, 2009
-
-
Carsten Gräser authored
[[Imported from SVN: r5625]]
-
- Aug 01, 2008
-
-
Robert Klöfkorn authored
Nobody really tested this, why is it implemented then? [[Imported from SVN: r5252]]
-
- Nov 17, 2006
-
-
Markus Blatt authored
Use C++ headers instead of C headers [[Imported from SVN: r4783]]
-
- Feb 06, 2006
-
-
Oliver Sander authored
[[Imported from SVN: r4000]]
-
- Oct 25, 2004
-
-
Thimo Neubauer authored
[[Imported from SVN: r983]]
-
- Oct 20, 2004
-
-
Thimo Neubauer authored
with up to microsecond-resolution (and doesn't need the HZ or CLK_TCK define) [[Imported from SVN: r949]]
-
Robert Klöfkorn authored
use for time calculation. Now the method returns user+sys time which is the time the process really needed. This time should be equal for diffrent run on the same machine, not depending on how busy the machine is. [[Imported from SVN: r936]]
-
- Oct 19, 2004
-
-
Peter Bastian authored
[[Imported from SVN: r926]]
-