Gráfico de Commits

3 Commits

Autor SHA1 Mensagem Data
Edwin Smith 1532dd8597 Add BoolProfiler and IntProfiler clases (using StackTraceProfiler)
A BoolProfiler uses two StackTraceProfilers to take profiled samples of
a boolean value.  At shutdown it prints the %false, %true, and a profile
for each case.

An IntProfiler is similar, but profiles buckets of 0, 1, 2, 4, and 5+.
2013-07-06 11:12:14 -07:00
Paul Tarjan ec6f051b0b fix bug36258
Now that contbuild summaries work, it is so much nicer.

I'm trying to use the property in a child. Either a keep the data around or make the parent's protected.
2013-06-06 11:39:15 -07:00
Edwin Smith de080dbc75 StackTraceProfiler utility class
StackTraceProfiler is a utility class for collecting call-stack profiles
at specific places in the code.  Typical use is to create a static
instance, then call prof.count() under the desired conditions.  You
can of course compose these to make value profilers.
2013-06-06 11:39:14 -07:00