Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Calculate BW from the stats #51

Open
alinezhad2018 opened this issue Jun 24, 2024 · 0 comments
Open

Calculate BW from the stats #51

alinezhad2018 opened this issue Jun 24, 2024 · 0 comments

Comments

@alinezhad2018
Copy link

alinezhad2018 commented Jun 24, 2024

Hi,

1- I am trying to understand the stats of ramulator2, to estimate the total BW of the running trace in SimpleO3 mode.
Could you please give some hints on that?
("total_num_read_requests + total_num_write_requests")*(tx_bytes)/(??)

2- I expected to see the same value for "total_num_read_requests + total_num_write_requests" and "llc_write_misses +llc_read_misses" but it seems they are not the same, so I wonder why not?
Are the llc_req and mem_req in the same size (tx_bytes)?

3- these two stats "memory_access_cycles_recorded_core_0" and "cycles_recorded_core_0" are unclear.
4- "memory_access_cycles_recorded_core_0" is not only related to the memory_access delay, as in some cases with the same number of memory requests (total_num_read_requests + total_num_write_requests), but with a different number of "num_expected_insts", the "memory_access_cycles_recorded_core_0" will not remain the same!

Thanks,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant