jhunterh / Cache-Hierarchy-Simulation-Tool

This tool is a highly configurable cache hierarchy simulator for use in computer architecture research and study.
0 stars 0 forks source link

Need to determine if PIN File I/O API will work better than existing C/C++ I/O #7

Closed jhunterh closed 5 months ago

jhunterh commented 5 months ago

Intel PIN provides a File I/O API that is recommended when using Intel PIN. Need to determine if there are risks or performance considerations for using either PIN API or C/C++ I/O

jhunterh commented 5 months ago

PIN doesn't seem to provide any direct api for writing to a file. However, it does provide an output file "Knob" which basically means the user can specify the "-o outputfilename.txt" option on the command line.