Skip to content

giorgiomarcias/process_timing

Repository files navigation

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.

About

C++ header-only tool for timings

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published