Skip to content

BigRedEye/poorprof

Repository files navigation

poorprof

Build

Simple and fast poor man's profiler for Linux.

Build

Requires CMake and GCC with decent support of C++20 features (GCC 11). Clang support will be added later (it is blocked by some dependencies).

cmake --preset release-vcpkg
cmake --build --preset release-vcpkg --parallel

There are fully static nightly builds that can be used on any Linux distribution.

Use

./build/release-vcpkg/bin/poorprof --help