Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/armfazh/clock_cycles
- Owner: armfazh
- License: mit
- Created: 2016-07-22T19:52:39.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-29T07:10:57.000Z (about 6 years ago)
- Last Synced: 2024-10-25T05:09:08.887Z (2 months ago)
- Topics: clock-cycles, clocks-measuring, rdtscp
- Language: C++
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)