https://github.com/manvirheer/clockcycles_benchmarker_gcc
Benchmarking C code by analyzing clock cycles used in execution in GCC
https://github.com/manvirheer/clockcycles_benchmarker_gcc
benchmarking c clock-cycles-count
Last synced: 7 months ago
JSON representation
Benchmarking C code by analyzing clock cycles used in execution in GCC
- Host: GitHub
- URL: https://github.com/manvirheer/clockcycles_benchmarker_gcc
- Owner: manvirheer
- Created: 2023-04-19T23:45:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-20T00:13:31.000Z (over 2 years ago)
- Last Synced: 2024-01-29T18:13:26.679Z (over 1 year ago)
- Topics: benchmarking, c, clock-cycles-count
- Language: Assembly
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Clockcycles Benchmarker GCC
Benchmarking C code by analyzing clock cycles count in execution using GCC complier. Starter code was taken from a lab in https://www.sfu.ca/outlines.html?2023/spring/cmpt/295/d100## Notes
- Created for Linux GCC version.
- The clock cycles measured vary depending on the hardware used.
- This repository is intended to serve as a guide for benchmarking C code using GCC, and the results obtained will not show performance of your specific system or program.
- The benchmarking code in this repository is simple and can be modified to suit your specific needs.