Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 689 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 689 Bytes

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