Git Product home page Git Product logo

kors_profiler's Introduction

profiler

Simple, embedded profiler with very small overhead
Requires C++17 and higher.

Features:

  • Embedded profiler (can run anywhere and anytime)
  • Function duration measure
  • Steps duration measure
  • Very small overhead
  • Enabled / disabled on compile time and run time
  • Thread safe (without use mutex)
  • Custom data printer

Example

Used in at least two private commercial projects and one open source.

Integration

Add source

To use Profiler within your software project include the Profiler source into your project

Source:

  • profiler.h/cpp - profiler and macros
  • funcinfo.h - macros for parsing signatures

or see and include profiler.cmake in the cmake project (see example/CMakeLists.txt)

Add aliases

Recommended add own aliases to use profiler See example:

ChangeLog

v1.2

  • Fixed thread data race

v1.1

  • Improved parsing of function signatures
  • Fixed get threads data

v1.0

kors_profiler's People

Contributors

igorkorsukov avatar

Stargazers

Ilias Woithe avatar Alexandr Popov avatar Elnur Ismailzada avatar

Watchers

 avatar

Forkers

jamesjer

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.