Cool Code
Kevlin Henney examines code samples to see what can be learned from them starting from the premise that one won’t write great code unless he knows how to read it.
The content has been bookmarked!
There was an error bookmarking this content! Please retry.
Posted by Rob Thornton on Jan 25, 2007
YourKit released version 6 of their Java Profiler recently. Version 6 includes support for Java 6 as well as adaptive recording of object memory allocation which allows you to skip monitoring of some allocation events and thus improves performance during profiling.
YourKit Java Profiler is one of the main profiler's for Java, along with JProfiler, OptimizeIT and JProbe. There have been several recent discussions of YourKit, with Mark Levison finding it better than the Eclipse TPTP, Steph choosing JProfiler over it and Artima commenting on the ease of profiling production applications.
Among the new features in version 6.0 are:
Using Drools? See what you're missing! Get the Power of Drools with the Assurance of Red Hat
Improve Java Garbage Collection, Runtime Execution, and JVM visibility with Zing
Monitor your Production Java App - includes JMX! Low Overhead - Free download
18 agile and lean practices for effective software development governance
I could gush about YourKit's intuitive interface, but the main reason I love YourKit is the ease of installation. While my co-workers flail about trying to get other Java or .NET profilers to work, I just double-click the installer, click the "profile" button from within the IDE, and I'm flying. No muss, no fuss.
Agree on Yourkit. Install, run, found my code issues in 1 hour. Really mean. Not something you're used in a day to day developer life :-D. I can't see the GUI issues of it, actually I think it's GUI looks excellent. Also you're one click away of anything you'd need.
I love YourKit. I have used it a lot to tune XFire. (Yourkit: Big kudos for providing a free license to OSS projects!) Even though it was free for use with XFire, I'd still pay for it for commercial projects. It's well worth it if your application is performance sensitive. It just works.
Dan Diephouse
Envoi Solutions
Sorry - I sometimes use oddball American slang. By "gush", I mean that I *love* the UI. Totally intuitive. But as great as the UI is, I think what *really* separates YourKit from the competition is how amazingly easy it is to install.
Kevlin Henney examines code samples to see what can be learned from them starting from the premise that one won’t write great code unless he knows how to read it.
Jason Ayers share the observations he made watching a team of developers collaborating in real time on the same code base, pushing XP, pair programming and continuous integration to their extremes.
Michael Snoyman presents Yesod, a web framework written in Haskell and containing a web server, templating, ORM, libraries (templating, gravatar, etc.).
Richard Kreuter and Kyle Banker on how to avoid classical RDBMS transactional systems by using compensation mechanisms, transactional messaging or transactional procedures.
Attila Szegedi talks about performance tuning Java and Scala programs at Twitter: how to approach GC problems, the importance of asynchronous I/O, when to use MySQL/Cassandra/Redis, and much more.
One category of risk that project teams need to ensure they address is business value failure – delivering a product that fails to provide value for the business investor.
InfoQ spoke to the authors of Software Systems Architecture on a couple of new topics, the System Context viewpoint and Agile, which have been added to the second edition.
Alex Papadimoulis discusses ugly code, where it comes from, how to avoid it, and how to get rid of it.
4 comments
Watch Thread Reply