Commit Graph

4 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 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
Matthias Bäsken 912d403826 1.9 2001-04-04 06:20:07 +00:00
Sylvain Pion b8d8bbe97b Initial revision 2001-03-14 16:55:14 +00:00