|
From: Julian S. <js...@ac...> - 2015-04-10 11:15:42
|
On 10/04/15 10:44, Alex wrote: > Can someone provide a quick explanation what are the characteristics > of VG simulated CPU (cache, cores, core speed, threads)? I need > benchmark client code for different hardware with my VG tool plugin. V just provides an instruction set simulator, that is, something that can compute the architecturally-visible effects of executing each instruction. There is no attempt made to simulate any microarchitural details (caches etc) -- at least in the core. The Callgrind and Cachegrind tools do simulate that kind of thing. But that's not "core" functionality. J |