Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-01 | stats: Bump stats to match DRAM controller changes | Andreas Hansson | |
This patch encompasses all the stats updates needed to reflect the changes to the DRAM controller. | |||
2013-10-16 | test: update stats | Steve Reinhardt | |
Update stats for recent changes. Mostly minor changes in register access stats due to addition of new cc register type and slightly different (and more accurate) classification of int vs. fp register accesses. | |||
2013-09-28 | tests: update reference outputs | Steve Reinhardt | |
Apparently only stats.txt was updated the last time, so this changeset updates other reference output files (config.ini, simout, simerr, ruby.stats) so that test output diffs should not be cluttered with irrelevant changes. There are a few stats.txt updates too, but they are in the minority. | |||
2013-09-06 | stats: ruby: updates due to recent changes. | Nilay Vaish | |
2013-08-19 | stats: Cumulative stats update | Andreas Hansson | |
This patch updates the stats to reflect the: 1) addition of the internal queue in SimpleMemory, 2) moving of the memory class outside FSConfig, 3) fixing up of the 2D vector printing format, 4) specifying burst size and interface width for the DRAM instead of relying on cache-line size, 5) performing merging in the DRAM controller write buffer, and 6) fixing how idle cycles are counted in the atomic and timing CPU models. The main reason for bundling them up is to minimise the changeset size. | |||
2013-06-27 | stats: Update stats for monitor, cache and bus changes | Andreas Hansson | |
This patch removes the sparse histogram total from the CommMonitor stats. It also bumps the stats after the unit fixes in the atomic cache access. Lastly, it updates the stats to match the new port ordering. All numbers are the same, and the only thing that changes is which master corresponds to what port index. | |||
2013-06-25 | stats: updates due to changes to stat collection in ruby | Nilay Vaish | |
2013-06-10 | stats: updates due to changes to ruby | Nilay Vaish | |
Ruby's controller statistics have been mostly moved to stats.txt now. Plus stats.txt for solaris/t1000-simple-atomic and arm/20.parser are also being updated. | |||
2013-05-30 | stats: Update the stats to reflect bus and memory changes | Andreas Hansson | |
This patch updates the stats to reflect the addition of the bus stats, and changes to the bus layers. In addition it updates the stats to match the addition of the static pipeline latency of the memory conotroller and the addition of a stat tracking the bytes per activate. | |||
2013-05-21 | x86, regressions: updates stats | Nilay Vaish | |
This is due to op class, function call, walker patches. | |||
2013-05-21 | stats: updates statistics for ruby regressions | Nilay Vaish | |
2013-03-27 | regressions: update due to cache latency fix | Nilay Vaish | |
2013-03-22 | regressions: updates to config.ini for ruby tests | Nilay Vaish | |
2013-03-11 | regressions: x86: stats updates due to new x87 insts | Nilay Vaish | |
2013-03-06 | regressions: stats updates due to no physmem in ruby | Nilay Vaish | |
2013-03-01 | stats: Update stats to reflect SimpleDRAM changes | Andreas Hansson | |
This patch bumps the stats to reflect the slight change in how the retry is handled, and also the pruning of some redundant stats. | |||
2013-02-10 | regressions: update stats due to changes to ruby | Nilay Vaish | |
2013-01-31 | stats: Update stats for regressions using SimpleDDR3 | Andreas Hansson | |
This patch updates the regression stats to reflect that they are using the SimpleDDR3 controller by default. | |||
2013-01-24 | regressions: update stats due to branch predictor changes | Nilay Vaish | |
The actual statistical values are being updated for only two tests belonging to sparc architecture and inorder cpu: 00.hello and 02.insttest. For others the patch updates config.ini and name changes to statistical variables. | |||
2013-01-14 | regressions: update stats due to changes in ruby obj hierarchy | Nilay Vaish | |
2013-01-08 | stats: update stats for previous six changes | Ali Saidi | |
2013-01-07 | stats: update stats for previous changes. | Ali Saidi | |
2013-01-04 | regressions: stats update due to decoder changes | Nilay Vaish | |
2012-12-30 | x86 regressions: stats update due to new x87 instructions | Nilay Vaish | |
2012-12-11 | regressions: stats update due to stats from ruby prefetcher | Nilay Vaish | |
2012-11-02 | update stats for preceeding changes | Ali Saidi | |
2012-10-30 | stats: Update stats for unified cache configuration | Andreas Hansson | |
This patch updates the stats to reflect the changes in the L2 MSHRs, as the latter are now uniform across the regressions. | |||
2012-10-25 | stats: Update stats to reflect use of SimpleDRAM | Andreas Hansson | |
This patch bumps the stats to match the use of SimpleDRAM instead of SimpleMemory in all inorder and O3 regressions, and also all full-system regressions. A number of performance-related stats change, and a whole bunch of stats are added for the memory controller. | |||
2012-10-15 | Stats: Update stats for cache timings in cycles | Andreas Hansson | |
This patch updates the stats to reflect the change in how cache latencies are expressed. In addition, the latencies are now rounded to multiples of the clock period, thus also affecting other stats. | |||
2012-10-15 | Stats: Update stats for new default L1-to-L2 bus clock and width | Andreas Hansson | |
This patch updates the stats to reflect the changes in the clock speed and width for the bus connecting the L1 and L2 caches. | |||
2012-10-02 | Regression Tests: Update statistics | Nilay Vaish | |
2012-09-25 | ARM: update stats for bp and squash fixes. | Ali Saidi | |
2012-09-13 | Stats: Remove the reference stats that are no longer present | Andreas Hansson | |
This patch simply removes the commitCommittedInsts and commitCommittedOps from the reference statistics, following their removal from the CPU. | |||
2012-09-11 | x86 Regressions: Update stats due to register predication | Nilay Vaish | |
2012-09-10 | Regression: Updates due to changes to Ruby memory controller | Nilay Vaish | |
2012-09-10 | Ruby: Bump the stats after recent memory controller changes | Andreas Hansson | |
This patch simply bumps the stats to avoid having failing regressions. Someone with more insight in the changes should verify that these differences all make sense. | |||
2012-09-05 | stats: Update Ruby regressions for memory controller fix | Joel Hestness | |
2012-08-25 | Regression: updates ruby.stats due to change in virtual network | Nilay Vaish | |
2012-08-15 | stats: Update stats for syscall emulation Linux kernel changes. | Ali Saidi | |
2012-07-28 | stats: fix some miss-committed changes from the icache change | Ali Saidi | |
2012-07-27 | stats: update stats for icache change not allowing dirty data | Ali Saidi | |
2012-07-12 | Regression: update ruby.stats file | Nilay Vaish | |
2012-07-10 | regress: ruby stat additions and config changes | Brad Beckmann | |
2012-07-09 | Stats: Updates due to bus changes | Andreas Hansson | |
This patch bumps all the stats to reflect the bus changes, i.e. the introduction of the state variable, the division into a request and response layer, and the new default bus width of 8 bytes. | |||
2012-06-29 | Stats: Update stats for RAS and LRU fixes. | Ali Saidi | |
2012-06-05 | all: Update stats for memory per master and total fix. | Ali Saidi | |
2012-06-04 | X86: Update stats for the CPUID change. | Gabe Black | |
2012-05-22 | X86 Regression: update stats due to cc register split | Nilay Vaish | |
2012-05-09 | stats: update stats for no_value -> nan | Nathan Binkert | |
Lots of accumulated older changes too. | |||
2012-03-21 | ARM: Update stats for IT and conditional branch changes | Ali Saidi | |