For example, I have the following method:
public Object someMethod(Object param) { return performLongCalculations(); }
Some time consuming ca