jmuehlig / perf-cpp
Lightweight recording and sampling of performance counters for specific code segments directly from your C++ application.
☆57Updated 2 weeks ago
Alternatives and similar repositories for perf-cpp:
Users that are interested in perf-cpp are comparing it to the libraries listed below
- C++20 Static Branch library☆55Updated 3 weeks ago
- The Fancy Named Parameters Library☆31Updated 2 weeks ago
- C++20 fiber implementation with similar interface to std::thread, header-only / x86_64 / Linux only / stackful / built-in scheduler / thr…☆28Updated 6 months ago
- a small lightweight std::execution work-alike☆64Updated this week
- Task graph-based asynchronous programming system using C++ coroutine☆89Updated last year
- Lightweight structured concurrency for C++20☆112Updated last week
- A hash function library☆39Updated 2 weeks ago
- Rebooting the std::bitset franchise☆44Updated 3 weeks ago
- A collection of std-like containers written in C++11. Features fast unordered flat map/set, configurable double-ended vector and sparse d…☆33Updated 5 months ago
- C++20 Compact Tuple Tools☆49Updated 3 months ago
- Complete implementation of std::function, std::function_ref, and std::move_only_function☆62Updated 2 months ago
- A C++ library that simplifies working with tuples, variants, and more through argument list generation and the ability to convert from ru…☆61Updated 4 years ago
- Modern C++ Stack and Static based allocators + a Custom Aligned allocator☆97Updated last year
- The seq library is a collection of original C++14 STL-like containers and related tools☆87Updated 6 months ago
- C++20 Unit-Testing library☆44Updated 5 months ago
- Polymorphic memory resource for real-time applications.☆66Updated last year
- A simple replacement for std::unordered_map☆47Updated 8 months ago
- High-performance metrics library☆41Updated 2 months ago
- ☆26Updated 4 years ago
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆30Updated 6 years ago
- C++20 and onward collection of high performance data containers and related tools☆54Updated 2 weeks ago
- C++20 Coroutines and io_uring☆48Updated 2 years ago
- Standalone version of the boost::unordered library☆25Updated last month
- A header only structure of arrays container for C++☆41Updated last year
- User-oriented fork of LLVM's opt-viewer