Skip to content

massimo-marino/perf-timer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

perf-timer

C++17 implementation of a simple performance timer for functions.

Requirements

cmake 3.26.3 is used to compile the sources.

The cmake files compile with -std=c++17.

Run the Example

$ git clone https://github.com:massimo-marino/perf-timer.git
$ cd perf-timer/example
$ mkdir build
$ cd build
$ cmake ..
$ make
$ ./perf-timer-example

How to Use it

See the source code in the example.

Releases

No releases published

Packages

No packages published