Xaymar / utility-profiler

Simple but effective profiling library. Supports TSC and HPC based profiling.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xmr::utility::profiler

A simple but effective way to profile any C++ code.

Features

  • Written for C++11 and above.
  • Compatible with Windows (MSVC), Ubuntu (GCC & Clang) and MacOS (XCode).
  • Support for both TSC and HPC based profiling, with TSC frequency detection!

License

This project is licensed under the GPLv3 license.

Commercial Usage

The project is free to use as long as you abide by the GPLv3 license. Alternatively if the GPLv3 license is not feasible for your commercial project, please contact me via E-Mail and we can come to an agreement for a commercial license.

About

Simple but effective profiling library. Supports TSC and HPC based profiling.

License:GNU General Public License v3.0


Languages

Language:C++ 68.7%Language:CMake 31.3%