Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Test and Performance Tools Platform (TPTP) » Is there a way to exclude primitive types while profiling
Is there a way to exclude primitive types while profiling [message #527709] Fri, 16 April 2010 07:51 Go to next message
Hasan Ceylan is currently offline Hasan CeylanFriend
Messages: 198
Registered: July 2009
Senior Member
I tried to set the filters below but none worked.

* EXCLUDE -->a space at the beginning
java.lang.* * EXCLUDE
java.lang * EXCLUDE

[Updated on: Fri, 16 April 2010 07:52]

Report message to a moderator

Re: Is there a way to exclude primitive types while profiling [message #528499 is a reply to message #527709] Tue, 20 April 2010 17:56 Go to previous message
Jonathan West is currently offline Jonathan WestFriend
Messages: 49
Registered: July 2009
Member
Hi Hasan, there is at present no way to exclude primitives directly. The only way to exclude them indirectly, is to use includes for all the classes you DO want to see data for, and then specify a * * EXCLUDE as the last filter in the list.

For example:
com.yourapp.* * INCLUDE
* * EXCLUDE

Previous Topic:TPTP 4.6 on Windows <==> Agent 4.3 on UNIX (Java 6)
Next Topic:Any good link to understand TPTP architecture and API
Goto Forum:
  


Current Time: Thu Apr 25 01:54:21 GMT 2024

Powered by FUDForum. Page generated in 0.02895 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top