Skip to content

Measures and compares execution time of code snippets at clock cycle level

Notifications You must be signed in to change notification settings

rg0now/cyclecount

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cyclecount

Measures and compares execution time of code snippets at clock cycle level

For example you want to compare execution time of 2 libraries providing the same function. The result will be presented in XML and in a diagram like this*:

gpakosz vs mpa

*In this test I've used a special interval define to compare the libraries' functions with a variable input parameter.

Author

Written by Andras Majdan.

License: GNU General Public License Version 3

Report bugs to majdan.andras@gmail.com

Heavily based on code of Agner Fog. Without his excellent work it would have taken ages to write this program.

See also

Agner Fog - Test programs for measuring clock cycles and performance monitoring

About

Measures and compares execution time of code snippets at clock cycle level

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 78.7%
  • Python 12.9%
  • C 8.1%
  • Other 0.3%