Commit Graph

3 Commits

Author SHA1 Message Date
Lutz Kettner 827d062934 - Changed details to get rid of spurious negative (small) timing
and precision results which I attribute to problems with
  different rounding behavior of double and inline code in different
  places (but just a hunch).
2002-04-04 19:54:05 +00:00
Lutz Kettner 61663237e6 - Moved #include <float.h> in Timer.C to get always included. 2002-03-25 11:27:25 +00:00
Lutz Kettner 652f02ed1c - Improved Timer based on getrusage() on POSIX systems (does
not wrap around after 30 minutes).
- Error behaviour of both timer classes changed to warning
  and proper error return values.
- Rewritten test program (more modular, since both timers are so similar.
- Cleanup at some places, all based on one system depending function
  returning a time in seconds in one double.
- Changed the precision function to compute the precision dynamically
  at runtime at its first invocation.
2002-03-18 21:14:24 +00:00