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 213837 - LowPerformance took 7645 ms.
Summary: LowPerformance took 7645 ms.
Status: RESOLVED WONTFIX
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Jesse Glick
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2012-06-08 14:13 UTC by Exceptions Reporter
Modified: 2012-06-14 10:48 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 189229


Attachments
nps snapshot (62.39 KB, application/nps)
2012-06-08 14:13 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2012-06-08 14:13:11 UTC
This bug was originally marked as duplicate of bug 169054, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.2 Beta (Build 201205031832)
VM: Java HotSpot(TM) Client VM, 20.1-b02, Java(TM) SE Runtime Environment, 1.6.0_26-b03
OS: Windows 7
Maximum slowness yet reported was 7645 ms, average is 7645
Comment 1 Exceptions Reporter 2012-06-08 14:13:18 UTC
Created attachment 120563 [details]
nps snapshot
Comment 2 Petr Cyhelsky 2012-06-14 10:48:16 UTC
Most of the time is spent in native filesystem operations:
java.util.zip.ZipFile.open()
java.util.zip.ZipFile.read()
java.io.FileInputStream.readBytes()
java.io.WinNTFileSystem.getBooleanAttributes()

We can't do anything with slow filesystem.