0
kicks
Accurate method timing helper class
How many times have you written some timing code around a method call? If the answer is never, move on, skip this article...
For timing purposes, I always use a simple "TimeRunner" class that allows you to accurately measure the time it takes to execute a specific method. A kind of "poor man's profiler".