commit | 47f6aef02b85c604bbd556574e2c724b7304e9e8 | [log] [tgz] |
---|---|---|
author | Stephen Hemminger <shemminger@vyatta.com> | Fri Jan 04 22:29:22 2013 +0000 |
committer | David Lamparter <equinox@opensourcerouting.org> | Tue Jan 15 17:49:46 2013 +0100 |
tree | 9636758bb30cd8f96f6c3d6fc396e350f01b654c | |
parent | 07ff4dc4d29f6f8db77e0e73da5d59e864ae2e66 [diff] |
configure: allow building without getrusage Measuring the resource usage of threads is moderately expensive since it requires doing an additional system call everytime a thread context switches. Make it possible to disable this with a configuration option. Signed-off-by: David Lamparter <equinox@opensourcerouting.org>