]> git.cworth.org Git - fips/commitdiff
Tiny refactoring of metrics_end_frame interface
authorCarl Worth <cworth@cworth.org>
Fri, 1 Nov 2013 17:42:38 +0000 (10:42 -0700)
committerCarl Worth <cworth@cworth.org>
Mon, 11 Nov 2013 18:31:42 +0000 (10:31 -0800)
Previously, the callers were stopping and starting the counter outside
of the call to metrics_end_frame. There's less code duplication and
more robustness by moving the counter stop and counter start into the
metrics_end_frame function itself.


No differences found