JavaFXM6NewAndNoteworthy
NewAndNoteworthy in Milestone 6 of JavaFX Plugin
Contents |
New Feature
Profiler: Profiling Root Methods selector implemented
This feature allows user to specify instrumentation root methods in Analyzing CPU Performance profiling mode. Profiling data is collected when one of the application's threads enters and leaves the root method.
http://wiki.netbeans.org/attach/JavaFXM6NewAndNoteworthy/SelectProfilingRootMethods_JavaFXM6NewAndNoteworthy.png
Profiler: Add As Profiling Root Method added to the editor's pop-up menu
Facility to add currently selected method to the Profiling Root Methods list.
http://wiki.netbeans.org/attach/JavaFXM6NewAndNoteworthy/AddAsProfilingRoot_JavaFXM6NewAndNoteworthy.png
Profiler: Select Profiling Root Method added to the editor's pop-up menu
Facility to select class of method (including library classes) currently under cursor to the Profiling Root Methods list. Note: so far only class-level roots supported for library classes (it's not possible to select exact method or inner class from library classes).
http://wiki.netbeans.org/attach/JavaFXM6NewAndNoteworthy/SelectProfilingRootMethodsPopup_JavaFXM6NewAndNoteworthy.png
Navigator: Java doc support has been implemented
http://wiki.netbeans.org/attach/JavaFXM6NewAndNoteworthy/javafxdoc_JavaFXM6NewAndNoteworthy.png
Improvements
Profiler: Go To Source support in class and function levels added
A simple way to find a source code of a function selected in Live Profiling Results table.
http://wiki.netbeans.org/attach/JavaFXM6NewAndNoteworthy/GoToSource_JavaFXM6NewAndNoteworthy.png

