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 162120 - Remote profiling is slow
Summary: Remote profiling is slow
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Tomas Hurka
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2009-04-07 13:22 UTC by Tomas Hurka
Modified: 2009-05-25 09:21 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Hurka 2009-04-07 13:22:02 UTC
Overhead of remote profiling is unnecessary big, when doing remote profiling over the slow TCP/IP connection.
Comment 1 Tomas Hurka 2009-04-07 13:39:09 UTC
Profiler generates a lot of data, which needs to be transferred to the client. If the connection is slow, this will show down profiling. I find out that the profiling 
data compress very well (for memory profiling it is 1 to 8 and for CPU profiling 1 to 20) and therefore it makes sense to compress profiling results, when 
sending them to the client. 
Comment 2 Tomas Hurka 2009-04-07 14:26:54 UTC
Fixed in profiler-main
changeset:   125475:b221b65ac588
user:        Tomas Hurka <thurka@netbeans.org>
date:        Tue Apr 07 15:26:02 2009 +0200
summary:     bugfix #162120, compress data in the event buffer when doing remote profiling

Comment 3 Quality Engineering 2009-04-08 07:49:29 UTC
Integrated into 'main-golden', will be available in build *200904080201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/b221b65ac588
User: Tomas Hurka <thurka@netbeans.org>
Log: bugfix #162120, compress data in the event buffer when doing remote profiling
Comment 4 Quality Engineering 2009-04-08 19:58:30 UTC
Integrated into 'main-golden', will be available in build *200904081400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/b221b65ac588
User: Tomas Hurka <thurka@netbeans.org>
Log: bugfix #162120, compress data in the event buffer when doing remote profiling