You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 12 Next »

Profiling software looks for bottlenecks in program execution. In addition to the profiling services provided by IDEs and standalone profilers, the framework provides its own internal support for profiling.

Profiling aspects

Error formatting macro: snippet: java.lang.NullPointerException

Activating / Deactivating Profiling

Error formatting macro: snippet: java.lang.NullPointerException

Through System property

Error formatting macro: snippet: java.lang.NullPointerException
Error formatting macro: snippet: java.lang.NullPointerException

Through code

Error formatting macro: snippet: java.lang.NullPointerException
Error formatting macro: snippet: java.lang.NullPointerException

Through parameter

Error formatting macro: snippet: java.lang.NullPointerException
Error formatting macro: snippet: java.lang.NullPointerException
Error formatting macro: snippet: java.lang.NullPointerException

Filtering profile information

Error formatting macro: snippet: java.lang.NullPointerException
Error formatting macro: snippet: java.lang.NullPointerException

Write profiling code

Error formatting macro: snippet: java.lang.NullPointerException

Using UtilTimerStack's push and pop

Error formatting macro: snippet: java.lang.NullPointerException

Using a UtilTimerStack's ProfileBlock template

Error formatting macro: snippet: java.lang.NullPointerException

Profiling Log files

Error formatting macro: snippet: java.lang.NullPointerException

Next: Debugging

  • No labels