cpp-log-profiler
C++ command-line tool to parse large log files and compute statistics such as
top-K error messages and latency histograms. Includes an RAII-scoped timer to
profile hot paths and uses std::string_view for efficient parsing.
C++17 · CMake · Performance Profiling
View on GitHub