Project is great but I find that when attempting to interpret the results that a lot of tasks under 1 second clutter up the display. The project I am attempting to profile is a very large project that takes 90min to build and who's top level Ant task calls into up to 50+ other ant files throughout a large directory structure. Under this scenario, it would be nice to skip over tasks that aren't relevant to the whole.
For Example:
Setting a property in Ant creates a line item in the output that looks like:
0.0s - <property>
There are hundreds/thousands of these in my output.
REQUEST:
Add a menu item that creates a dialog to customize a filter that adds the ability to filter out by both time and percentage of total all tasks.
I would use it to filter tasks that take under 1 second and/or under 3% of total time.