Wednesday, July 27, 2005

A free event profiler for Java

An event profiler lets you watch the event happening while you running your code and track how often and for how long they are executed.
This is useful to help you find bottlenecks in your code.
So how do you get a free event profiler?
You download JDeveloper!"

1 comment:

  1. Anonymous1:22 am

    It's also got a really awesome Heap window in the debugger to help you find memory leaks.

    http://radio.weblogs.com/0118231/2005/07/21.html#a580

    Plus thousands of other features.

    http://radio.weblogs.com/0118231/2005/06/28.html#a573

    ReplyDelete