]> git.cworth.org Git - fips/commit
Un-nest an inner loop while printing program metrics
authorCarl Worth <cworth@cworth.org>
Tue, 22 Oct 2013 23:30:34 +0000 (16:30 -0700)
committerCarl Worth <cworth@cworth.org>
Tue, 22 Oct 2013 23:30:34 +0000 (16:30 -0700)
commit2926b5a9207c28986f449a322761e4103f4c28e7
tree58f39c9d5f8d82037254b5365086e390fa8d5ba9
parent4fba48e967e0ab9d3af0bc230d1a0390250a5758
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.).
metrics.c