Hari Krishna
Hari Krishna

Reputation: 109

What is difference between mem copy and full copy in lmbench3?

I am trying to understand the bandwidth benchmarking. I came across these routines MCP and FCP in lmbench3. I disassembled the binary and found these, both in loops that increment pointers by 32.

MCP :

FCP :

Can these two behave differently ? memory accessing and register used are different, what can I infer more from this ?

Both routines are for measuring the Bandwidth, wanted to understand the difference. Tried going through source code.

Upvotes: 0

Views: 61

Answers (0)

Related Questions