Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 574 Bytes

Readme.md

File metadata and controls

29 lines (16 loc) · 574 Bytes

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.