Searched hist:9828 (Results 1 - 1 of 1) sorted by relevance

/gem5/src/base/stats/
H A Dtext.cc9828:4807b780ed0a Mon Aug 19 03:52:00 EDT 2013 Sascha Bischoff <sascha.bischoff@arm.com> stats: Fix issue when printing 2D vectors

This patch addresses an issue with the text-based stats output which
resulted in Vector2D stats being printed without subnames in the event
that one of the dimensions was of length 1.

This patch also fixes the total printing for the 2D vector. Previously
totals were printed without explicitly stating that a total was being
printed. This has been rectified in this patch.

Completed in 15 milliseconds