This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 198908 - Enhance profiler categories for JavaSE project with the JavaFX specific ones
Summary: Enhance profiler categories for JavaSE project with the JavaFX specific ones
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Engine (show other bugs)
Version: 7.0
Hardware: PC All
: P2 normal (vote)
Assignee: J Bachorik
URL: http://www.netbeans.org/download/flas...
Keywords: PLAN
Depends on:
Blocks:
 
Reported: 2011-05-26 11:42 UTC by J Bachorik
Modified: 2011-10-11 13:50 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description J Bachorik 2011-05-26 11:42:22 UTC
NetBeans profiler allows for defining result categories (or "Areas of Interest"). Currently there are categories defined for JavaEE applications and JavaSE applications. For more info about the categorization feature you can watch a podcast @ http://www.netbeans.org/download/flash/netbeans_60/profiler/profiler.html (the intersting part starting at around 1:00)

The categories for JavaSE applications include eg. IO, Swing Painting, Listeners processing etc. It will make sense to add JavaFX specific categories for JavaSE applications as JavaFX applications will basically be a standard JavaSE ones with jfxrt.jar on classpath (simply put). 

An example of JavaFX specific categories would be Rendering, Pulse processing, Property bindings etc. The actual number and meaning of the categories will depend on the JavaFX runtime implementation.