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 27793 - Common actions like Execute must be fast
Summary: Common actions like Execute must be fast
Status: RESOLVED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: Execution (show other bugs)
Version: 3.x
Hardware: All All
: P2 blocker (vote)
Assignee: Petr Nejedly
URL: http://performance.netbeans.org/respo...
Keywords: PERFORMANCE
Depends on:
Blocks: 26581
  Show dependency tree
 
Reported: 2002-10-03 17:25 UTC by _ rkubacki
Modified: 2008-12-22 22:46 UTC (History)
1 user (show)

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description _ rkubacki 2002-10-03 17:25:30 UTC
Beginning of action: User chooses save from menu
or issues keyboard shortcut
Initial Feedback: Status message appears (such as
saving...)
Maximum time allowed: 100 ms
Next feedback: Control is returned to user
(preferred) or busy cursor appears
Max time allowed: 1000 ms
Completion: File is saved, status message appears
Maximum time allowed: Variable, proportionate to
size & number of files (linear -- a + b(n) where a
and b are contants and n is the number of files saved.
Comment 1 _ rkubacki 2002-10-03 17:32:18 UTC
Beginning of action: Execute command issued, keyboard, menu, or toolbar
Initial feedback: First status message appears
Maximum time allowed: 100 ms
From the time the last status appears until the execution environment
appears:
Maximum time allowed: 1000 ms
Comment 2 Marian Mirilovic 2002-11-22 11:31:34 UTC
Marian's measurement (time in milliseconds):
conditions: 
 - SUN UltraSparc60 / 512 MB RAM / Solaris 5.8 / CDE
 - JDK1.4.1(01)
 - [nb_dev](200211140100) , MDI
        - mounted sampledir

Save & execute
 save [ColorPreview]
	change status   68      93      15
        saved           486     278     347

 execute 
   [HelloWorld]
	change status   216     254     218
 	executed        5227    3296    3914

   ColorPicker[compiled]
	change status   4045    330     568
        executed        16099   3303    3014


Test cases described on page :
http://performance.netbeans.org/qa/TestSuites.html#execute_Hello_world
http://performance.netbeans.org/qa/TestSuites.html#save_java_file_edited_20kB
Comment 3 Tomas Pavek 2002-11-22 16:14:54 UTC
Save action is IMO non-issue, it has no responsiveness problem (at
least what seen in source editor).

The execution seems to be a problem on Solaris; on W2K 733MHz, the
execution time of ColorPicker is about 3.5 sec.
Comment 4 David Simonek 2002-12-06 15:38:20 UTC
updating summary (excluding Save as it's ok), passing to execution.
Comment 5 Marian Mirilovic 2003-03-13 13:42:23 UTC
Changed owner David S. -> David K.
Comment 6 Petr Nejedly 2003-07-09 15:04:04 UTC
I'd update the requirement to:
"Be as fast as java invocation from command line"
Of course when the compilation is not involved.
Comment 7 Marian Mirilovic 2004-01-14 15:24:21 UTC
changing owner dkonecny -> pnejedly
Comment 8 Jesse Glick 2004-03-16 17:06:31 UTC
Rewritten for D; if there are problems they should be reevaulated.