Skip to content

alekswn/Bench11

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build-in C++11 profiling tool

Simple profiling tool to integrate into C++11 project.

How to use

  1. Include "bench11.h" into your sources.
  2. Put BENCH11_ALL macro in the scopes of your high-loaded code.
  3. Define "BENCH11" to enable CPU and memory profiling.

What is it ?

It's a simple tool to profile critical code segments.

Installation

Copy includes/bench11.h to you source tree.

Tests

Describe and show how to run the tests with code examples.

Contributors

Push requests are welcome !

License

No restrictions. Use it at your own risk.

About

Simple C++11 build-in profiling framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published