Per-unit-test profiling
Posted by Mike Haller
on Monday, November 16. 2009
at 23:01
in Java
As a preparation for long-term performance measurements, (sometimes called Continuous Performance Management or CPM), I tried to automate the creation of JProfiler profiling snapshots and, along the way, came up with the following side product: Automated per-test method profiling.Basically, the idea is to go from here:
to here
"What's so great about this?", you wonder?
Read the full article for fancy screenshots and code snippets.
(Btw, the test cases are due to this question. Usually, i don't do String performance tests
