Measuring Latency of Store Instruction in x86-64: Timing with std::chrono and Retirement of Instructions
I’m measuring the latency of a store instruction on an x86-64 processor and would like to understand the nuances of timing this instruction. Here’s my setup and the specific questions I have:
Measuring Latency of Store Instruction in x86-64: Timing with std::chrono and Retirement of Instructions
I’m measuring the latency of a store instruction on an x86-64 processor and would like to understand the nuances of timing this instruction. Here’s my setup and the specific questions I have: