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 219310 - LowPerformance took 26228 ms.
Summary: LowPerformance took 26228 ms.
Status: RESOLVED DUPLICATE of bug 188001
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: issues@profiler
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2012-10-02 08:02 UTC by Milos Kleint
Modified: 2012-10-02 10:46 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 175387


Attachments
nps snapshot (37.64 KB, application/nps)
2012-10-02 08:02 UTC, Milos Kleint
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Milos Kleint 2012-10-02 08:02:52 UTC
Build: NetBeans IDE Dev (Build 201209260001)
VM: Java HotSpot(TM) 64-Bit Server VM, 22.1-b02, Java(TM) SE Runtime Environment, 1.7.0_03-b05
OS: Windows 7

User Comments:
mkleint: load heap dump and attempted to enter the Downloads directory

jdavidboyd: Clicked on the Profile/Load Heap Dump menu item



Maximum slowness yet reported was 26228 ms, average is 15856
Comment 1 Milos Kleint 2012-10-02 08:02:54 UTC
Created attachment 125193 [details]
nps snapshot
Comment 2 Petr Cyhelsky 2012-10-02 10:30:36 UTC
it seems javax.swing.JFileChooser.getIcon() is waiting in awt for 26s for 
sun.awt.shell.Win32ShellFolder2.getIconIndex[native]()
it seems to be some windows filesystems issue. Certainly we can't do anything about it in profiler.
Comment 3 Petr Cyhelsky 2012-10-02 10:46:28 UTC

*** This bug has been marked as a duplicate of bug 188001 ***