Registry / utility / easy-profiler

easy-profiler

JSON →
library2.1.0vcpkgunverified

Lightweight profiler library for C++.

vcpkg install easy-profiler
INSTALL
IMPORT
SIG · EASY-PROFILER
E
easy-profiler
utilitycppv2.1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

easy/profiler.h
#include <easy/profiler.h>

Minimal usage of EasyProfiler

#include <easy/profiler.h> int main() { EASY_PROFILER_ENABLE; EASY_BLOCK("Main"); return 0; }
Debug
Known issues
gotchaProfiling overhead may affect performance in tight loops.
fix
Use conditional profiling or disable in release builds.
affects: *
Upgrade
Version history
2.1.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
8
Meta
2
Resources

No resource links recorded.

easy-profiler — pip install easy-profiler · libregistry