eirikbakke commented on issue #8207:
URL: https://github.com/apache/netbeans/issues/8207#issuecomment-2619820675

   (Repeating my profiling results from the other thread:) Here's a quick 
profile of ImageUtilities.getIcon on NetBeans startup, with two maven projects 
and a few Java editor windows open:
   
   
![Image](https://github.com/user-attachments/assets/49cf33e4-77fd-41dc-936d-1ef3ebc120fe)
   
   This is after the switch to JSVG and after the two big ImageIcon patches 
have been applied.
   
   Note that this is just for a single run. Though the proportions seem 
consistent from run to run.
   
   (Repeating again results from the other thread.) Here are all the 
non-existent variations that are attempted to be loaded, excluding SVG 
extensions, for a single icon:
   
   ```
   org/netbeans/modules/editor/bookmarks/resources/bookmark_16_nb_en_US.png
   org/netbeans/modules/editor/bookmarks/resources/bookmark_16_nb_en.png
   org/netbeans/modules/editor/bookmarks/resources/bookmark_16_nb.png
   org/netbeans/modules/editor/bookmarks/resources/bookmark_16_en_US.png
   org/netbeans/modules/editor/bookmarks/resources/bookmark_16_en.png
   
org/netbeans/modules/editor/bookmarks/resources/bookmark_16_pressed_nb_en_US.png
   org/netbeans/modules/editor/bookmarks/resources/bookmark_16_pressed_nb_en.png
   org/netbeans/modules/editor/bookmarks/resources/bookmark_16_pressed_nb.png
   org/netbeans/modules/editor/bookmarks/resources/bookmark_16_pressed_en_US.png
   org/netbeans/modules/editor/bookmarks/resources/bookmark_16_pressed_en.png
   org/netbeans/modules/editor/bookmarks/resources/bookmark_16_pressed.png
   
org/netbeans/modules/editor/bookmarks/resources/bookmark_16_rollover_nb_en_US.png
   
org/netbeans/modules/editor/bookmarks/resources/bookmark_16_rollover_nb_en.png
   org/netbeans/modules/editor/bookmarks/resources/bookmark_16_rollover_nb.png
   
org/netbeans/modules/editor/bookmarks/resources/bookmark_16_rollover_en_US.png
   org/netbeans/modules/editor/bookmarks/resources/bookmark_16_rollover_en.png
   org/netbeans/modules/editor/bookmarks/resources/bookmark_16_rollover.png
   
org/netbeans/modules/editor/bookmarks/resources/bookmark_16_disabled_nb_en_US.png
   
org/netbeans/modules/editor/bookmarks/resources/bookmark_16_disabled_nb_en.png
   org/netbeans/modules/editor/bookmarks/resources/bookmark_16_disabled_nb.png
   
org/netbeans/modules/editor/bookmarks/resources/bookmark_16_disabled_en_US.png
   org/netbeans/modules/editor/bookmarks/resources/bookmark_16_disabled_en.png
   org/netbeans/modules/editor/bookmarks/resources/bookmark_16_disabled.png
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to