BigRedEye / poorprof

Fast poor man's profiler for Linux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Fast poor man's profiler for Linux

License:MIT License


Languages

Language:C++ 79.0%Language:CMake 18.7%Language:C 2.3%