Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Test and Performance Tools Platform (TPTP) » Profiled an application... now what?
Profiled an application... now what? [message #103383] Fri, 06 July 2007 19:20
Nicolás Lichtmaier is currently offline Nicolás LichtmaierFriend
Messages: 6
Registered: July 2009
Junior Member
I'm having many troubles trying to use TPTP in Eclipse on Linux.

The first one is that the integrated agent executables aren't marked as
executables. It took me a time to realize that, I fixed it by running:

find . -type f | while read i ; do if file "$i" | grep -q executable ;
then chmod +x "$i" ; fi ; done

.... in Eclipse's plugin directory.

Now I've finally managed to run an application. But... no results! I've
used the "Execution Time Analysis" option. I now only see 2 views: the
Profiling Monitor and the dead console.

On the bottom I see:

Processed: 99727840 bytes, bytes/second: 0, events processed: 756500,
events/second: 0...

So I guess something was captured. But I only see the "Profiling
Monitor" view... I've tried to manually open other views, like the Log
View, or the "Statistical Graph" one... but I still don't see anything.

Am I doing something wrong? Is this profiler ready to be used?

Thanks!
Previous Topic:Profileing Application runing on WebSphere using TPTP
Next Topic:Probekit (Set of Accessed Objects)
Goto Forum:
  


Current Time: Sat Apr 20 02:28:16 GMT 2024

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

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

Back to the top