Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 224 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 224 Bytes

Process Timing

C++ single-file, header-only, simple class to take timings to processes.

It is thread-safe and lock-free, so it is fast, since it does not use mutex or memory barriers, and can be used in multi-threading.