Hi, when I run benchmarks such as Bbench in gem5, if we use --frame-capture, we could see there are lots of frame buffer snapshot in the m5out directory. However, I cannot find where we define the frequency of showing the snapshot. So could anyone tell me how to control the frequency of showing the framebuffer snapshot?
In addition, I'm not very familiar with framebuffer, but I assume that there should be some space in memory and this memory contents the value of pixel which should be shown on the screen, And the frame buffer just read the value from this memory. How can I know the address of this memory? I check the code and there is "setFrameBufferAddr", does this function get the addr of this kind of memory? Or this function just store the data in this memory in the local machine so that we can show the streambuffer snapshot? Thanks a lot Xiangyang
_______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
