Skip to content
Snippets Groups Projects
user avatar
Steffen Persvold authored
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.
fa43f4bf
History
Name Last commit Last update