From: Carl Worth Date: Tue, 22 Oct 2013 23:30:34 +0000 (-0700) Subject: Un-nest an inner loop while printing program metrics X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=2926b5a9207c28986f449a322761e4103f4c28e7;hp=2926b5a9207c28986f449a322761e4103f4c28e7;p=fips Un-nest an inner loop while printing program metrics Before we add more code to complicate the way we print performance counters, it helps to have this code in its own function, (where we can safely use 'i' instead of 'j' for loop-control variable, etc.). ---