Skip to main content



      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 03:51 Go to next message
Eclipse UserFriend
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 03:52] by Moderator

Re: Is there a way to exclude primitive types while profiling [message #528499 is a reply to message #527709] Tue, 20 April 2010 13:56 Go to previous message
Eclipse UserFriend
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: Fri Nov 07 17:19:40 EST 2025

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

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

Back to the top