<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Eclipse 0, YourKit 1</title>
	<atom:link href="http://agilepainrelief.com/notesfromatooluser/2006/11/eclipse_0_yourk.html/feed" rel="self" type="application/rss+xml" />
	<link>http://agilepainrelief.com/notesfromatooluser/2006/11/eclipse_0_yourk.html?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=eclipse_0_yourk</link>
	<description>Best practices for your goals</description>
	<lastBuildDate>Wed, 09 May 2012 22:13:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Dan Howard</title>
		<link>http://agilepainrelief.com/notesfromatooluser/2006/11/eclipse_0_yourk.html/comment-page-1#comment-387</link>
		<dc:creator>Dan Howard</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://agilepainrelief.com/2006/11/eclipse_0_yourk/#comment-387</guid>
		<description>Or you could *pay* for an IDE like IntelliJ which has hundreds of code intention features which may have pointed to problematic code while developing.

Additionally, ever heard of System.currentTimeMillis()? You can use this and simple logging to monitor start/end times of methods. This can help pinpoint problematic code.

If this is a web app then checkout glassbox which provides a monitoring service for the running app.  Also check http://www.appperfect.com/products/index.html which has an IntelliJ plugin.


</description>
		<content:encoded><![CDATA[<p>Or you could *pay* for an IDE like IntelliJ which has hundreds of code intention features which may have pointed to problematic code while developing.</p>
<p>Additionally, ever heard of System.currentTimeMillis()? You can use this and simple logging to monitor start/end times of methods. This can help pinpoint problematic code.</p>
<p>If this is a web app then checkout glassbox which provides a monitoring service for the running app.  Also check <a href="http://www.appperfect.com/products/index.html" rel="nofollow">http://www.appperfect.com/products/index.html</a> which has an IntelliJ plugin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Staffan Larsen</title>
		<link>http://agilepainrelief.com/notesfromatooluser/2006/11/eclipse_0_yourk.html/comment-page-1#comment-388</link>
		<dc:creator>Staffan Larsen</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://agilepainrelief.com/2006/11/eclipse_0_yourk/#comment-388</guid>
		<description>Tried the JRockit Runtime Analyzer? (http://e-docs.bea.com/jrockit/tools/usingjra/jra.html)

</description>
		<content:encoded><![CDATA[<p>Tried the JRockit Runtime Analyzer? (<a href="http://e-docs.bea.com/jrockit/tools/usingjra/jra.html" rel="nofollow">http://e-docs.bea.com/jrockit/tools/usingjra/jra.html</a>)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Levison</title>
		<link>http://agilepainrelief.com/notesfromatooluser/2006/11/eclipse_0_yourk.html/comment-page-1#comment-389</link>
		<dc:creator>Mark Levison</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://agilepainrelief.com/2006/11/eclipse_0_yourk/#comment-389</guid>
		<description>Dan - we&#039;re developing an Eclipse RCP app so we can&#039;t use Intelli-J or other tool. In addition the performance problem wasn&#039;t a programming error that Intelli-J might have pointed out.

Yes System.currentTimeMillis() would&#039;ve helped, but so would Java&#039;s builtin profiler (-hprof). I was looking for a tool that was a step up from the bare minimum. A tool that would help me spot the worst performing methods in a few minutes so I could spend my time analysing my performance problem, not trying to diagnose it. What struck me as so ironic was the amount of time I wasted trying to get TPTP running. An experience echoed by others on my team.

Finally since this an RCP app and not a web app glassbox isn&#039;t of much help - but thanks for the heads up.

Staffan - I&#039;ve not tried JRocket - I will try it next time I&#039;m in need.
</description>
		<content:encoded><![CDATA[<p>Dan &#8211; we&#8217;re developing an Eclipse RCP app so we can&#8217;t use Intelli-J or other tool. In addition the performance problem wasn&#8217;t a programming error that Intelli-J might have pointed out.</p>
<p>Yes System.currentTimeMillis() would&#8217;ve helped, but so would Java&#8217;s builtin profiler (-hprof). I was looking for a tool that was a step up from the bare minimum. A tool that would help me spot the worst performing methods in a few minutes so I could spend my time analysing my performance problem, not trying to diagnose it. What struck me as so ironic was the amount of time I wasted trying to get TPTP running. An experience echoed by others on my team.</p>
<p>Finally since this an RCP app and not a web app glassbox isn&#8217;t of much help &#8211; but thanks for the heads up.</p>
<p>Staffan &#8211; I&#8217;ve not tried JRocket &#8211; I will try it next time I&#8217;m in need.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harm Sluiman</title>
		<link>http://agilepainrelief.com/notesfromatooluser/2006/11/eclipse_0_yourk.html/comment-page-1#comment-390</link>
		<dc:creator>Harm Sluiman</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://agilepainrelief.com/2006/11/eclipse_0_yourk/#comment-390</guid>
		<description>I am sorry you had this experience with TPTP. The install experience is something we have been focused on recently. The download page has been redone to make it easier for end users, but it still needs a few more things done to it.
We have focused on an update manager based solution around the Callisto packaging which will take care of all your dependencies. The update mgr path has been slow lately as have been all the Eclipse web sites due to volume but that is being addressed.
Our download page was shaped for eclipse developers to use and still assumes you know to put things in the plug-in dir etc.. We will fix this for more general download as you suggest.
The TPTP profiler does support older JVM which are still in heavy use as well as remote server configurations. I hope you found your problems.
I also hope you will give TPTP another try, If you have problems feel free to send me a note directly or post to the mailing list or newsgroup.
</description>
		<content:encoded><![CDATA[<p>I am sorry you had this experience with TPTP. The install experience is something we have been focused on recently. The download page has been redone to make it easier for end users, but it still needs a few more things done to it.<br />
We have focused on an update manager based solution around the Callisto packaging which will take care of all your dependencies. The update mgr path has been slow lately as have been all the Eclipse web sites due to volume but that is being addressed.<br />
Our download page was shaped for eclipse developers to use and still assumes you know to put things in the plug-in dir etc.. We will fix this for more general download as you suggest.<br />
The TPTP profiler does support older JVM which are still in heavy use as well as remote server configurations. I hope you found your problems.<br />
I also hope you will give TPTP another try, If you have problems feel free to send me a note directly or post to the mailing list or newsgroup.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Randy D. Smith</title>
		<link>http://agilepainrelief.com/notesfromatooluser/2006/11/eclipse_0_yourk.html/comment-page-1#comment-391</link>
		<dc:creator>Randy D. Smith</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://agilepainrelief.com/2006/11/eclipse_0_yourk/#comment-391</guid>
		<description>Do people on the TPTP project care? Sure, I do. I&#039;ve bugzilla-ed that our InstallGuide tells people the LEAST likely way to make TPTP work.

First, what is your Eclipse release you&#039;re building on? Hopefully 3.2+... If so, then I&#039;d suggest starting back there (3.2, or better 3.2.1). Then just use the &quot;Callisto train&quot; to get the stuff that works together. Go to the Help =&gt; Software Updates =&gt; Find new components to install... Then select the Callisto Discovery Site as the site to update form. When you check the Tracing and Profiling and &quot;Select Required&quot;, you&#039;ll not only have it pick up the right pieces, it will actually find them as well.

E-mail me if you run into further problems. I&#039;ll try to check back, but might miss something if I forget. Your blog made our PMC mailing list, so others on the TPTP team *DO* care as well.
--
RDS
</description>
		<content:encoded><![CDATA[<p>Do people on the TPTP project care? Sure, I do. I&#8217;ve bugzilla-ed that our InstallGuide tells people the LEAST likely way to make TPTP work.</p>
<p>First, what is your Eclipse release you&#8217;re building on? Hopefully 3.2+&#8230; If so, then I&#8217;d suggest starting back there (3.2, or better 3.2.1). Then just use the &#8220;Callisto train&#8221; to get the stuff that works together. Go to the Help => Software Updates => Find new components to install&#8230; Then select the Callisto Discovery Site as the site to update form. When you check the Tracing and Profiling and &#8220;Select Required&#8221;, you&#8217;ll not only have it pick up the right pieces, it will actually find them as well.</p>
<p>E-mail me if you run into further problems. I&#8217;ll try to check back, but might miss something if I forget. Your blog made our PMC mailing list, so others on the TPTP team *DO* care as well.<br />
&#8211;<br />
RDS</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Levison</title>
		<link>http://agilepainrelief.com/notesfromatooluser/2006/11/eclipse_0_yourk.html/comment-page-1#comment-392</link>
		<dc:creator>Mark Levison</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://agilepainrelief.com/2006/11/eclipse_0_yourk/#comment-392</guid>
		<description>Harm and Randy - Thanks for the replies - I was fairly sure that people on TPTP team do care, but having been ignored on the mailing list I got frustrated, especially with what appeared to be such a simple problem.

I will try a clean install of 3.2.1 after the Holidays and we will go from there.

Thanks again for taking the time to help.
</description>
		<content:encoded><![CDATA[<p>Harm and Randy &#8211; Thanks for the replies &#8211; I was fairly sure that people on TPTP team do care, but having been ignored on the mailing list I got frustrated, especially with what appeared to be such a simple problem.</p>
<p>I will try a clean install of 3.2.1 after the Holidays and we will go from there.</p>
<p>Thanks again for taking the time to help.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

