issues
search
scanhex
/
intel-pin
MIT License
0
stars
0
forks
source link
Add initial framework for using intel pin
#1
Open
scanhex
opened
4 months ago
scanhex
commented
4 months ago
@MentatBot
Download Intel PIN from this link
https://software.intel.com/sites/landingpage/pintool/downloads/pin-external-3.31-98861-g71afcc22f-gcc-linux.tar.gz
Download intel PIN manual from this link
https://software.intel.com/sites/landingpage/pintool/docs/98861/Pin/doc/html/index.html
Build inscount.cpp
Write a simple program with a busy for loop. Measure the instruction count with inscount.o tool
Create a CMakeLists that would allow you to build inscount.o rather than running make.
mentatbot[bot]
commented
4 months ago
I will start working on this issue
@MentatBot