Hi
This is my output from TX2 Tegrastats:
RAM 1893/7854MB (lfb 12x4MB) CPU [0%@1113,0%@1346,0%@2036,0%@2061,0%@2035,0%@2036] EMC_FREQ 12%@1866 GR3D_FREQ 0%@1300 APE 150 MTS
RAM 1893/7854MB (lfb 12x4MB) CPU [0%@1113,0%@1346,0%@2036,0%@2061,0%@2035,0%@2036] EMC_FREQ 23%@1866 GR3D_FREQ 0%@1300 APE 150 MTS
RAM 1893/7854MB (lfb 12x4MB) CPU [0%@1113,0%@1346,0%@2036,0%@2061,0%@2035,0%@2036] EMC_FREQ 25%@1866 GR3D_FREQ 0%@1300 APE 150 MTS
I want to calculate memory bandwidth during run time with this info. Do you think using this formula is right?
(emc_freq%1866) MHz * (128/8) bytes bus width * (2) DDR4 multiplier
For example:
the first line output will be: (0.12*1866)MHz * (128/8)bytes * 2 = 716544 MB/s
If not, can you tell me where I am going wrong?