Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/armfazh/clock_cycles

Measuring clock cycles of a hash function using RDTSC instruction.
https://github.com/armfazh/clock_cycles

clock-cycles clocks-measuring rdtscp

Last synced: 22 days ago
JSON representation

Measuring clock cycles of a hash function using RDTSC instruction.

Awesome Lists containing this project

README

        

# clocks
Measuring the clock cycles consumed by a function.

* It does not require additional libraries.
* ANSI C compatible.
* Uses RDTSC instruction.
* Support for Intel processors.

Usage and documentation [[DOC]](https://github.com/armfazh/clocks/wiki)