Para que serve o profiler no netbeans(4.1)?
:roll:
Att,
Ricardo
Para que serve o profiler no netbeans(4.1)?
:roll:
Att,
Ricardo
http://www.netbeans.org/kb/articles/nb-profiler-tutor-6.html
The NetBeans Profiler is a powerful tool that provides important information about the runtime behavior of your application. While imposing relatively little overhead, the NetBeans Profiler tracks CPU performance and memory usage. This tutorial will show you how to use the Profiler with NetBeans 4.0 to:
* Monitor the runtime behavior of a web application
* Determine the CPU time used by an application's methods
* Monitor the creation of objects by an application.
Se você tem uma aplicação lenta mas não sabe por quê, o Profiler vai lhe economizar um monte de tempo, se você souber usá-lo direito.
Normalmente o que o Profiler descobre são coisas que você nunca tinha pensado que gastavam tempo.
Valeu!!!
Att,
Ricardo