Re: [Libmesh-devel] Perflog formatting

2013-06-27 Thread John Peterson
On Thu, Jun 27, 2013 at 10:35 AM, John Peterson < [email protected]> wrote: > > > > On Thu, Jun 27, 2013 at 10:32 AM, Kirk, Benjamin (JSC-EG311) < > [email protected]> wrote: > >> On Jun 27, 2013, at 11:29 AM, John Peterson < >> [email protected]> wrote: >> >> > So t

Re: [Libmesh-devel] Perflog formatting

2013-06-27 Thread John Peterson
On Thu, Jun 27, 2013 at 10:32 AM, Kirk, Benjamin (JSC-EG311) < [email protected]> wrote: > On Jun 27, 2013, at 11:29 AM, John Peterson > wrote: > > > So the "nCalls" column just has a fixed width of 10 according to > perf_log.C. And it looks like your number has 10 digits. I vote we just

Re: [Libmesh-devel] Perflog formatting

2013-06-27 Thread Kirk, Benjamin (JSC-EG311)
On Jun 27, 2013, at 11:29 AM, John Peterson wrote: > So the "nCalls" column just has a fixed width of 10 according to perf_log.C. > And it looks like your number has 10 digits. I vote we just "turn it up to > 11" and change it again once someone calls a routine 10 billion times. Are we stor

Re: [Libmesh-devel] Perflog formatting

2013-06-27 Thread John Peterson
On Thu, Jun 27, 2013 at 9:44 AM, Cody Permann wrote: > Well I'm now running sims where my event count is hilariously huge! > Possibly into the billions. We might want to reformat the perf log column > to handle the space needed to print those numbers without clobbering > the adjacent columns.