KKimj / PerformanceFuzzer

PerformanceFuzzer
https://pypi.org/project/PerformanceFuzzer/
GNU General Public License v3.0
2 stars 0 forks source link

[meeting] 2021-04-05 #13

Open KKimj opened 3 years ago

KKimj commented 3 years ago
  1. alloca with IR code parsing
  2. Stack & Data memory check with GDB
  3. time measure with cpu clock
  4. parallel programming
  5. Code convention improve
KKimj commented 3 years ago
  1. timeit

by hwcounter

import hwcounter
# from hwcounter import count

print( hwcounter.count() )