summaryrefslogtreecommitdiff
path: root/lib/common/Timer.h
Commit message (Collapse)AuthorAge
* Refactor and improve timer trace logging, fix subsecond formatting error.Chris Wilson2012-11-07
|
* Add experimental "TCP Nice" mode, disabled by default.Chris Wilson2012-02-12
|
* New timer implementation using TimerQueue on Windows to avoid the needChris Wilson2008-07-27
| | | | | to create and manage a separate thread ourselves.
* Don't #include sys/time.h unless our platform has it, thanks Gary.Chris Wilson2007-07-26
| | | | | (refs #3, merges [1664])
* Fix header include order. (refs #3, merges [1446])Chris Wilson2007-03-24
|
* Fixed a race condition caused by rescheduling in signal handler (refs Chris Wilson2006-12-03
| | | | | #3, refs #9)
* Use a static pointer rather than a static object, to allow it to be Chris Wilson2006-11-13
| | | | | freed in Timers::Cleanup, removing a reported memory leak (refs #9)
* Added generic timer support classChris Wilson2006-11-06