I especially like the distribution stats, would you have an X
percentile (as in 95%) stats as well?
We're using perf4j with my java code. Would be nice to have some code
that would help me migrate between the libraries (like
apache.commons.logging for log libs). Our code use the perf4j
StopWatch with Guice injecting the implementation (Log4JStopWatch in
my case). Maybe there could be a wrapper implementation of the perf4j
StopWatch that composites the scala-stopwatch?
We also use log4j socket appender to pipe the events to a central hub,
do you think the scala-stopwatch could provide such mechanism (using
log4j or other).
Thanks, Eishay
I especially like the distribution stats, would you have an X
percentile (as in 95%) stats as well?
We're using perf4j with my java code. Would be nice to have some code
that would help me migrate between the libraries (like
apache.commons.logging for log libs). Our code use the perf4j
StopWatch with Guice injecting the implementation (Log4JStopWatch in
my case). Maybe there could be a wrapper implementation of the perf4j
StopWatch that composites the scala-stopwatch?
We also use log4j socket appender to pipe the events to a central hub,
do you think the scala-stopwatch could provide such mechanism (using
log4j or other).