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 257725 - Add support for ignoring socketRead and parkNanos
Summary: Add support for ignoring socketRead and parkNanos
Status: NEW
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 8.1
Hardware: PC Windows 10 x64
: P3 normal (vote)
Assignee: issues@profiler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-28 07:10 UTC by grandinj
Modified: 2016-01-28 07:10 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description grandinj 2016-01-28 07:10:12 UTC
In the

"Exclude time spent in Thread.sleep() and Object.wait()"

profiling option, it would be nice if the following methods were also excludable, either by inclusion in the above list, or as a new checkbox:

java.net.SocketInputStream.socketRead0[native](java.io.FileDescriptor, byte[], int, int, int)
java.util.concurrent.locks.LockSupport.parkNanos(Object, long)