Chapter 15. Profiling Java Applications

CREATING A ROBUST JAVA APPLICATION that is ready for production requires an implementation that will scale up as the load increases. In other words, your application should continue to perform well as users are added or additional data are processed, etc. Your application will not scale if it over con sumes resources such as memory and CPU time. A profiler is a tool that helps you detect whether your ...

Get NetBeans™ IDE Field Guide: Developing Desktop, Web, Enterprise, and Mobile Applications, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.