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 95304 - Live Results are shown empty but there is some data
Summary: Live Results are shown empty but there is some data
Status: VERIFIED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: J Bachorik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-12 17:44 UTC by Alexander Kouznetsov
Modified: 2007-02-26 13:14 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 Alexander Kouznetsov 2007-02-12 17:44:30 UTC
Profiler 070212
NetBeans IDE Dev (Build 200702111900)
1.5.0_10; Java HotSpot(TM) Client VM 1.5.0_10-b03
Windows XP version 5.1 running on x86
ru_RU (nb); Cp1251

Steps to reproduce:
- Run Analyze Performance of Anagram Game with Entire Application and Profile
All Classes options selected.
- After the application is started reset collected results buffer in IDE.
- RESULT: Live Results are shown grayed with "No profiling results available
yet" message.
- Then switch back to Anagram Game Application but do not play with it.
- RESULT: Live Results are shown white and DrillDown chart shown (even with
several categories in it), but there is nothing in the table - it's emtpy. You
could take a snapshot to verify that it will display some methods from
AWT-EventQueue-0. I was not able to show anything in Live Results even
performing Refresh, etc.
Comment 1 J Bachorik 2007-02-16 12:06:07 UTC
this is caused by filtering out all marker methods executed not within a root
method. in fact, there are profiling results available, but none of them is of
any interest to the user.
however, there should be an informational display telling the user something
like "There are no results matching defined filters" + displaying the defined
filters. but i'm not sure i can make it for m7
Comment 2 J Bachorik 2007-02-16 15:17:09 UTC
added a no-results panel with a descriptive message
there is still a UI issue with positioning that message but that can be handled
as another issue
Comment 3 Alexander Kouznetsov 2007-02-26 13:14:26 UTC
Verified with
Profiler 070226
NetBeans IDE Dev (Build 200702251900)
1.6.0; Java HotSpot(TM) Client VM 1.6.0-b105
Windows XP version 5.1 running on x86
ru_RU (nb); Cp1251