<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel rdf:about="http://blogmarks.net/api/marks/tag/profiling">
<title>Public marks with tag profiling</title>
<description>Public marks with tag profiling</description>
<link>http://blogmarks.net/marks/tag/profiling</link>
<items><rdf:Seq><rdf:li resource="http://blogmarks.net/api/user/jey/mark/1058544719"/>
<rdf:li resource="http://blogmarks.net/api/user/sylvainulg/mark/1058367633"/>
<rdf:li resource="http://blogmarks.net/api/user/jey/mark/1058544870"/>
<rdf:li resource="http://blogmarks.net/api/user/pac-recrutement/mark/1058335905"/>
<rdf:li resource="http://blogmarks.net/api/user/night.kame/mark/1058318314"/>
<rdf:li resource="http://blogmarks.net/api/user/jey/mark/1058545055"/>
<rdf:li resource="http://blogmarks.net/api/user/jey/mark/1058545141"/>
<rdf:li resource="http://blogmarks.net/api/user/jey/mark/1058545625"/>
<rdf:li resource="http://blogmarks.net/api/user/jey/mark/1058545705"/>
<rdf:li resource="http://blogmarks.net/api/user/CharlesNepote/mark/1057548673"/>
<rdf:li resource="http://blogmarks.net/api/user/jey/mark/1058546132"/>
<rdf:li resource="http://blogmarks.net/api/user/jey/mark/1058546175"/>
<rdf:li resource="http://blogmarks.net/api/user/eliZZZa/mark/1057350694"/>
<rdf:li resource="http://blogmarks.net/api/user/batiste/mark/2210003"/>
<rdf:li resource="http://blogmarks.net/api/user/jefferson-beta/mark/2660560"/>
<rdf:li resource="http://blogmarks.net/api/user/astrochoupe/mark/2066979"/>
<rdf:li resource="http://blogmarks.net/api/user/kasi77/mark/1747421"/>
<rdf:li resource="http://blogmarks.net/api/user/sifu/mark/2428298"/>
<rdf:li resource="http://blogmarks.net/api/user/ogrisel/mark/1170063"/>
<rdf:li resource="http://blogmarks.net/api/user/nmoreau/mark/1135356"/>
<rdf:li resource="http://blogmarks.net/api/user/nmoreau/mark/1132334"/>
<rdf:li resource="http://blogmarks.net/api/user/dzc/mark/837531"/>
<rdf:li resource="http://blogmarks.net/api/user/chickenfire/mark/749997"/>
<rdf:li resource="http://blogmarks.net/api/user/benoit/mark/738387"/>
<rdf:li resource="http://blogmarks.net/api/user/nachilau/mark/690319"/>
</rdf:Seq></items>
</channel>
<item rdf:about="http://blogmarks.net/api/user/jey/mark/1058544719">
<title>smem memory reporting tool</title>
<link>http://www.selenic.com/smem/</link>
<description></description>
<dc:date>2009-09-30T10:29:47Z</dc:date>
<dc:author>jey</dc:author>
<dc:subject>linux, monitoring, virtualmemory, proportionalsetsize, python, profiling</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.selenic.com/smem/"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.selenic.com/smem/">smem memory reporting tool</a></h4>
 
by <a href="http://blogmarks.net/user/jey">jey</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/linux">linux</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/monitoring">monitoring</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/virtualmemory">virtualmemory</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/proportionalsetsize">proportionalsetsize</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/python">python</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/profiling">profiling</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058544719">Copy</a> | 
<a href="http://blogmarks.net/link/3378967">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/sylvainulg/mark/1058367633">
<title>HPROF: A Heap/CPU Profiling Tool in J2SE 5.0</title>
<link>http://java.sun.com/developer/technicalArticles/Programming/HPROF.html</link>
<description>pour faire la chasse aux CPU Hogs.</description>
<dc:date>2009-06-16T14:42:22Z</dc:date>
<dc:author>sylvainulg</dc:author>
<dc:subject>java, programming, debugger, profiling</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://java.sun.com/developer/technicalArticles/Programming/HPROF.html"><img border="0" src="http://blogmarks.net/screenshots/2009/06/16/995f7ab09728f4ae88007ec5456caf2d.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://java.sun.com/developer/technicalArticles/Programming/HPROF.html">HPROF: A Heap/CPU Profiling Tool in J2SE 5.0</a></h4>
 
by <a href="http://blogmarks.net/user/sylvainulg">sylvainulg</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/192479">1 other(s)</a> 
<p class="description">pour faire la chasse aux CPU Hogs.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/java">java</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/programming">programming</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/debugger">debugger</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/profiling">profiling</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058367633">Copy</a> | 
<a href="http://blogmarks.net/link/192479">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/jey/mark/1058544870">
<title>JPicus</title>
<link>https://www.sdn.sap.com/irj/scn/wiki?path=/display/Java/JPicus</link>
<description></description>
<dc:date>2009-06-15T22:46:35Z</dc:date>
<dc:author>jey</dc:author>
<dc:subject>java, performancetesting, profiling, tools</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="https://www.sdn.sap.com/irj/scn/wiki?path=/display/Java/JPicus"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="https://www.sdn.sap.com/irj/scn/wiki?path=/display/Java/JPicus">JPicus</a></h4>
 
by <a href="http://blogmarks.net/user/jey">jey</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/java">java</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/performancetesting">performancetesting</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/profiling">profiling</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/tools">tools</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058544870">Copy</a> | 
<a href="http://blogmarks.net/link/3379101">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/pac-recrutement/mark/1058335905">
<title>Learning, and Profiting, from Online Friendships</title>
<link>http://www.businessweek.com/print/magazine/content/09_22/b4133032573293.htm</link>
<description>Companies are working fast to figure out how to make money from the wealth of data they're beginning to have about our online friendships</description>
<dc:date>2009-05-25T11:45:30Z</dc:date>
<dc:author>pac-recrutement</dc:author>
<dc:subject>social networking, marketing, ads, réseaux sociaux, publicité, behaviour, comportement, profiling, données personnelles, personnal data</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.businessweek.com/print/magazine/content/09_22/b4133032573293.htm"><img border="0" src="http://blogmarks.net/screenshots/2009/05/25/82e080d541a9490c4fec2b6b1fae6354.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.businessweek.com/print/magazine/content/09_22/b4133032573293.htm">Learning, and Profiting, from Online Friendships</a></h4>
 
by <a href="http://blogmarks.net/user/pac-recrutement">pac-recrutement</a> 
<p class="description">Companies are working fast to figure out how to make money from the wealth of data they're beginning to have about our online friendships</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/social%2Bnetworking">social networking</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/marketing">marketing</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/ads">ads</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/r%25C3%25A9seaux%2Bsociaux">réseaux sociaux</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/publicit%25C3%25A9">publicité</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/behaviour">behaviour</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/comportement">comportement</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/profiling">profiling</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/donn%25C3%25A9es%2Bpersonnelles">données personnelles</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/personnal%2Bdata">personnal data</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058335905">Copy</a> | 
<a href="http://blogmarks.net/link/3206783">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/night.kame/mark/1058318314">
<title>Java Profiling « www.jillesvangurp.com</title>
<link>http://www.jillesvangurp.com/2009/05/03/java-profiling/</link>
<description>&lt;blockquote&gt;&lt;p&gt;I hope somebody in the TPTP project reads this: your stuff is unusable. If there’s a magic combination of settings that makes this shit work as it should: I missed it, your documentation was useless, the most useful suggestion I found was to not use TPTP. No I don’t want to fiddle with cryptic vm commandline parameters, manually compiling C shit, fiddle with well hidden settings pages, etc. All I wanted was right click, profile.&lt;/p&gt;&lt;p&gt;So am I now a Netbeans user? No way! I can’t stand how tedious it is for coding. Run profiler in Netbeans, go ah, alt tab to eclipse and fix it. Works for me.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Bien dit !&lt;/p&gt;</description>
<dc:date>2009-05-09T15:16:03Z</dc:date>
<dc:author>night.kame</dc:author>
<dc:subject>netbeans, eclipse, TPTP, profiling, java</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.jillesvangurp.com/2009/05/03/java-profiling/"><img border="0" src="http://blogmarks.net/screenshots/2009/05/09/7658c7b82e266b5b4428eac2fbafd7d7.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.jillesvangurp.com/2009/05/03/java-profiling/">Java Profiling « www.jillesvangurp.com</a></h4>
 
by <a href="http://blogmarks.net/user/night.kame">night.kame</a> 
<div class="description"><blockquote><p>I hope somebody in the TPTP project reads this: your stuff is unusable. If there’s a magic combination of settings that makes this shit work as it should: I missed it, your documentation was useless, the most useful suggestion I found was to not use TPTP. No I don’t want to fiddle with cryptic vm commandline parameters, manually compiling C shit, fiddle with well hidden settings pages, etc. All I wanted was right click, profile.</p><p>So am I now a Netbeans user? No way! I can’t stand how tedious it is for coding. Run profiler in Netbeans, go ah, alt tab to eclipse and fix it. Works for me.</p></blockquote>
<p>Bien dit !</p></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/netbeans">netbeans</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/eclipse">eclipse</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/TPTP">TPTP</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/profiling">profiling</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/java">java</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058318314">Copy</a> | 
<a href="http://blogmarks.net/link/3191530">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/jey/mark/1058545055">
<title>Oracle Application Diagnostics for Java Downloads</title>
<link>http://www.oracle.com/technology/software/products/oem/htdocs/jade.html</link>
<description></description>
<dc:date>2009-02-05T21:52:49Z</dc:date>
<dc:author>jey</dc:author>
<dc:subject>java, profiling, tools, diagnostics</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.oracle.com/technology/software/products/oem/htdocs/jade.html"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.oracle.com/technology/software/products/oem/htdocs/jade.html">Oracle Application Diagnostics for Java Downloads</a></h4>
 
by <a href="http://blogmarks.net/user/jey">jey</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/java">java</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/profiling">profiling</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/tools">tools</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/diagnostics">diagnostics</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058545055">Copy</a> | 
<a href="http://blogmarks.net/link/3379250">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/jey/mark/1058545141">
<title>Java Flow Profiler (Jflop)</title>
<link>http://jflop.sourceforge.net/</link>
<description></description>
<dc:date>2008-12-14T16:22:25Z</dc:date>
<dc:author>jey</dc:author>
<dc:subject>java, profiling, performance</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://jflop.sourceforge.net/"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://jflop.sourceforge.net/">Java Flow Profiler (Jflop)</a></h4>
 
by <a href="http://blogmarks.net/user/jey">jey</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/java">java</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/profiling">profiling</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/performance">performance</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058545141">Copy</a> | 
<a href="http://blogmarks.net/link/3379323">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/jey/mark/1058545625">
<title>RockStarApps.com | JsLex / JsLex</title>
<link>http://www.rockstarapps.com/pmwiki/pmwiki.php?n=JsLex.JsLex</link>
<description></description>
<dc:date>2008-05-28T09:47:50Z</dc:date>
<dc:author>jey</dc:author>
<dc:subject>eclipse, ajax, profiling, performance, javascript</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.rockstarapps.com/pmwiki/pmwiki.php?n=JsLex.JsLex"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.rockstarapps.com/pmwiki/pmwiki.php?n=JsLex.JsLex">RockStarApps.com | JsLex / JsLex</a></h4>
 
by <a href="http://blogmarks.net/user/jey">jey</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/eclipse">eclipse</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/ajax">ajax</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/profiling">profiling</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/performance">performance</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/javascript">javascript</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058545625">Copy</a> | 
<a href="http://blogmarks.net/link/3379735">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/jey/mark/1058545705">
<title>Free as in speech » An analysis of NagVis 1.2.x performance with a large number of maps</title>
<link>http://blog.technologeek.org/an-analysis-of-nagvis-12x-performance-with-a-large-number-of-maps</link>
<description></description>
<dc:date>2008-04-28T16:41:04Z</dc:date>
<dc:author>jey</dc:author>
<dc:subject>nagios, nagvis, php, profiling</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://blog.technologeek.org/an-analysis-of-nagvis-12x-performance-with-a-large-number-of-maps"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://blog.technologeek.org/an-analysis-of-nagvis-12x-performance-with-a-large-number-of-maps">Free as in speech » An analysis of NagVis 1.2.x performance with a large number of maps</a></h4>
 
by <a href="http://blogmarks.net/user/jey">jey</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/nagios">nagios</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/nagvis">nagvis</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/php">php</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/profiling">profiling</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058545705">Copy</a> | 
<a href="http://blogmarks.net/link/3379796">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/CharlesNepote/mark/1057548673">
<title>Attention Profiling: APML Beginner's Guide - Robin Good's Latest News</title>
<link>http://www.masternewmedia.org/online_marketing/attention-profiling-apml/apml-beginners-guide-attention-profile-20071113.htm</link>
<description></description>
<dc:date>2007-11-14T17:38:30Z</dc:date>
<dc:author>CharlesNepote</dc:author>
<dc:subject>apml, réseau social, standard, profiling, marketing, xml, protocole, format, identité</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.masternewmedia.org/online_marketing/attention-profiling-apml/apml-beginners-guide-attention-profile-20071113.htm"><img border="0" src="http://blogmarks.net/screenshots/2008/03/22/be72743789780ea2c3b04610999ef601.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.masternewmedia.org/online_marketing/attention-profiling-apml/apml-beginners-guide-attention-profile-20071113.htm">Attention Profiling: APML Beginner's Guide - Robin Good's Latest News</a></h4>
 
by <a href="http://blogmarks.net/user/CharlesNepote">CharlesNepote</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/apml">apml</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/r%25C3%25A9seau%2Bsocial">réseau social</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/standard">standard</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/profiling">profiling</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/marketing">marketing</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/xml">xml</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/protocole">protocole</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/format">format</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/identit%25C3%25A9">identité</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057548673">Copy</a> | 
<a href="http://blogmarks.net/link/2535791">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/jey/mark/1058546132">
<title>visualvm: Project Home Page</title>
<link>https://visualvm.dev.java.net/</link>
<description></description>
<dc:date>2007-10-17T22:12:02Z</dc:date>
<dc:author>jey</dc:author>
<dc:subject>java, d, profiling, diagnostics</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="https://visualvm.dev.java.net/"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="https://visualvm.dev.java.net/">visualvm: Project Home Page</a></h4>
 
by <a href="http://blogmarks.net/user/jey">jey</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/java">java</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/d">d</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/profiling">profiling</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/diagnostics">diagnostics</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058546132">Copy</a> | 
<a href="http://blogmarks.net/link/3380151">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/jey/mark/1058546175">
<title>Rich-client application performance, Part 2: Plugging memory leaks</title>
<link>http://www.ibm.com/developerworks/java/library/j-rcp2/</link>
<description></description>
<dc:date>2007-10-08T17:18:41Z</dc:date>
<dc:author>jey</dc:author>
<dc:subject>performance, eclipse, profiling, MemoryAnalysis</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.ibm.com/developerworks/java/library/j-rcp2/"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.ibm.com/developerworks/java/library/j-rcp2/">Rich-client application performance, Part 2: Plugging memory leaks</a></h4>
 
by <a href="http://blogmarks.net/user/jey">jey</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/performance">performance</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/eclipse">eclipse</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/profiling">profiling</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/MemoryAnalysis">MemoryAnalysis</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058546175">Copy</a> | 
<a href="http://blogmarks.net/link/3380189">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/eliZZZa/mark/1057350694">
<title>Daily Serial Killer News</title>
<link>http://newZZZ.crimeZZZ.net/</link>
<description>Your daily dose of Serial Killer Crime News; an addendum to crimeZZZ.net, the most comprehensive public database of serial killers; more than 2,300 predators from more than 70 countries...</description>
<dc:date>2007-07-18T22:36:37Z</dc:date>
<dc:author>eliZZZa</dc:author>
<dc:subject>crime, serial killer, serial killers, serial homicide, serial murder, forensics, profiling, eliZZZa</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://newZZZ.crimeZZZ.net/"><img border="0" src="http://blogmarks.net/screenshots/2007/07/18/26af08be8e4558cdb31ef4540e7b384d.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://newZZZ.crimeZZZ.net/">Daily Serial Killer News</a></h4>
 
by <a href="http://blogmarks.net/user/eliZZZa">eliZZZa</a> 
<p class="description">Your daily dose of Serial Killer Crime News; an addendum to crimeZZZ.net, the most comprehensive public database of serial killers; more than 2,300 predators from more than 70 countries...</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/crime">crime</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/serial%2Bkiller">serial killer</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/serial%2Bkillers">serial killers</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/serial%2Bhomicide">serial homicide</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/serial%2Bmurder">serial murder</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/forensics">forensics</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/profiling">profiling</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/eliZZZa">eliZZZa</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057350694">Copy</a> | 
<a href="http://blogmarks.net/link/2362296">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/batiste/mark/2210003">
<title>A song for the lovers » Profiling Django</title>
<link>http://www.oluyede.org/blog/2007/03/07/profiling-django/</link>
<description>How to profile a Django app</description>
<dc:date>2007-03-07T18:06:25Z</dc:date>
<dc:author>batiste</dc:author>
<dc:subject>django, profiling, hotspot, python</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.oluyede.org/blog/2007/03/07/profiling-django/"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.oluyede.org/blog/2007/03/07/profiling-django/">A song for the lovers » Profiling Django</a></h4>
 
by <a href="http://blogmarks.net/user/batiste">batiste</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/1848857">1 other(s)</a> 
<p class="description">How to profile a Django app</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/django">django</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/profiling">profiling</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/hotspot">hotspot</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/python">python</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=2210003">Copy</a> | 
<a href="http://blogmarks.net/link/1848857">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/jefferson-beta/mark/2660560">
<title>A song for the lovers » Profiling Django</title>
<link>http://www.oluyede.org/blog/2007/03/07/profiling-django/</link>
<description>
      How to profile a Django app
    </description>
<dc:date>2007-03-07T18:06:25Z</dc:date>
<dc:author>jefferson-beta</dc:author>
<dc:subject>django, profiling, hotspot, python</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.oluyede.org/blog/2007/03/07/profiling-django/"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.oluyede.org/blog/2007/03/07/profiling-django/">A song for the lovers » Profiling Django</a></h4>
 
by <a href="http://blogmarks.net/user/jefferson-beta">jefferson-beta</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/1848857">1 other(s)</a> 
<p class="description">
      How to profile a Django app
    </p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/django">django</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/profiling">profiling</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/hotspot">hotspot</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/python">python</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=2660560">Copy</a> | 
<a href="http://blogmarks.net/link/1848857">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/astrochoupe/mark/2066979">
<title>Faire du profiling de code PHP</title>
<link>http://developpeur.journaldunet.com/tutoriel/php/060608-php-profiling-xdebug.shtml</link>
<description>Débusquer les goulets d'étranglement de son code pour savoir où les optimisations deviennent nécessaires.</description>
<dc:date>2007-02-20T21:48:34Z</dc:date>
<dc:author>astrochoupe</dc:author>
<dc:subject>php, debug, profiling</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://developpeur.journaldunet.com/tutoriel/php/060608-php-profiling-xdebug.shtml"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://developpeur.journaldunet.com/tutoriel/php/060608-php-profiling-xdebug.shtml">Faire du profiling de code PHP</a></h4>
 
by <a href="http://blogmarks.net/user/astrochoupe">astrochoupe</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/1031243">1 other(s)</a> 
<p class="description">Débusquer les goulets d'étranglement de son code pour savoir où les optimisations deviennent nécessaires.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/php">php</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/debug">debug</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/profiling">profiling</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=2066979">Copy</a> | 
<a href="http://blogmarks.net/link/1031243">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/kasi77/mark/1747421">
<title>xdebug, macosX.4 et MAMP 1.3.1 - pomme, poire &amp; rockn'roll</title>
<link>http://demental.info/blog/index.php?post/2006/10/08/68-xdebug-macosx4-et-mamp-131</link>
<description>Vous avez monté une application web que vous utilisez régulièrement, et vous souhaitez rechercher un moyen de l'optimiser, ou vous avez besoin d'un outil de profiling dans le cadre de votre développement PHP ? Vous êtes sur mac osX, vous utilisez MAMP (1.3.1). Moi aussi !!

Je me suis donc décidé à voir ce que donne xdebug qui semble être l'outil incontournable pour accomplir cette tâche. J'ai rencontré quelques obstacles pour arriver à mes fins, qui justifient je pense l'écriture de ce billet.</description>
<dc:date>2007-03-19T12:43:59Z</dc:date>
<dc:author>kasi77</dc:author>
<dc:subject>mamp, XDebug, fink, profiling, php</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://demental.info/blog/index.php?post/2006/10/08/68-xdebug-macosx4-et-mamp-131"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://demental.info/blog/index.php?post/2006/10/08/68-xdebug-macosx4-et-mamp-131">xdebug, macosX.4 et MAMP 1.3.1 - pomme, poire &amp; rockn'roll</a></h4>
 
by <a href="http://blogmarks.net/user/kasi77">kasi77</a> 
<p class="description">Vous avez monté une application web que vous utilisez régulièrement, et vous souhaitez rechercher un moyen de l'optimiser, ou vous avez besoin d'un outil de profiling dans le cadre de votre développement PHP ? Vous êtes sur mac osX, vous utilisez MAMP (1.3.1). Moi aussi !!

Je me suis donc décidé à voir ce que donne xdebug qui semble être l'outil incontournable pour accomplir cette tâche. J'ai rencontré quelques obstacles pour arriver à mes fins, qui justifient je pense l'écriture de ce billet.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/mamp">mamp</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/XDebug">XDebug</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/fink">fink</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/profiling">profiling</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/php">php</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1747421">Copy</a> | 
<a href="http://blogmarks.net/link/1916804">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/sifu/mark/2428298">
<title>KcacheGrindShot</title>
<link>http://kcachegrind.sourceforge.net/cgi-bin/show.cgi/KcacheGrindShot</link>
<description></description>
<dc:date>2006-12-08T17:31:59Z</dc:date>
<dc:author>sifu</dc:author>
<dc:subject>valgrind, profiling, cachegrind</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://kcachegrind.sourceforge.net/cgi-bin/show.cgi/KcacheGrindShot"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://kcachegrind.sourceforge.net/cgi-bin/show.cgi/KcacheGrindShot">KcacheGrindShot</a></h4>
 
by <a href="http://blogmarks.net/user/sifu">sifu</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/valgrind">valgrind</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/profiling">profiling</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/cachegrind">cachegrind</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=2428298">Copy</a> | 
<a href="http://blogmarks.net/link/1998290">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/ogrisel/mark/1170063">
<title>Electric Duncan: Python and kcachegrind</title>
<link>http://oubiwann.blogspot.com/2006/08/python-and-kcachegrind.html</link>
<description>Howto profile python2.4 programs with cProfile and kcachegrind.</description>
<dc:date>2006-10-31T16:47:08Z</dc:date>
<dc:author>ogrisel</dc:author>
<dc:subject>python, python2.4, cProfile, kcachegrind, profiling, devtool</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://oubiwann.blogspot.com/2006/08/python-and-kcachegrind.html"><img border="0" src="http://blogmarks.net/screenshots/2006/10/31/e12ebb13d3b551ded5c4bca6e3fbbd5c.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://oubiwann.blogspot.com/2006/08/python-and-kcachegrind.html">Electric Duncan: Python and kcachegrind</a></h4>
 
by <a href="http://blogmarks.net/user/ogrisel">ogrisel</a> 
<p class="description">Howto profile python2.4 programs with cProfile and kcachegrind.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/python">python</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/python2.4">python2.4</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/cProfile">cProfile</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/kcachegrind">kcachegrind</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/profiling">profiling</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/devtool">devtool</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1170063">Copy</a> | 
<a href="http://blogmarks.net/link/1212214">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/nmoreau/mark/1135356">
<title>Java Application Profiling using TPTP</title>
<link>http://www.eclipse.org/articles/Article-TPTP-Profiling-Tool/tptpProfilingArticle.html</link>
<description>he Eclipse Test &amp; Performance Tools Platform (TPTP) Profiling tool can be used to profile Eclipse plug-ins, local Java(TM) applications or complex applications running on multiple hosts and different platforms. The tool is tightly integrated with Eclipse, allowing profiling of applications running from within Eclipse. 
 This article demonstrates how to use the TPTP Profiling tool to profile a Java application for identifying execution related hot spots. It shows how to start the profiling session, use the various TPTP views to analyze the data, identify methods with high execution time then jump to the source code to fix the performance problem.</description>
<dc:date>2006-10-24T08:08:29Z</dc:date>
<dc:author>nmoreau</dc:author>
<dc:subject>TPTP, profiling, eclipse, java</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.eclipse.org/articles/Article-TPTP-Profiling-Tool/tptpProfilingArticle.html"><img border="0" src="http://blogmarks.net/screenshots/2006/10/24/38ffd811258facbec8530194c0601b71.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.eclipse.org/articles/Article-TPTP-Profiling-Tool/tptpProfilingArticle.html">Java Application Profiling using TPTP</a></h4>
 
by <a href="http://blogmarks.net/user/nmoreau">nmoreau</a> 
<p class="description">he Eclipse Test & Performance Tools Platform (TPTP) Profiling tool can be used to profile Eclipse plug-ins, local Java(TM) applications or complex applications running on multiple hosts and different platforms. The tool is tightly integrated with Eclipse, allowing profiling of applications running from within Eclipse. 
 This article demonstrates how to use the TPTP Profiling tool to profile a Java application for identifying execution related hot spots. It shows how to start the profiling session, use the various TPTP views to analyze the data, identify methods with high execution time then jump to the source code to fix the performance problem.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/TPTP">TPTP</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/profiling">profiling</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/eclipse">eclipse</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/java">java</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1135356">Copy</a> | 
<a href="http://blogmarks.net/link/1196399">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/nmoreau/mark/1132334">
<title>Profiling Your Applications with Eclipse Callisto</title>
<link>http://www.onjava.com/pub/a/onjava/2006/08/16/profiling-with-eclipse-callisto.html</link>
<description>Callisto includes a powerful profiling tool called the Eclipse Test &amp; Performance Tools Platform, or TPTP. TPTP provides a comprehensive suite of open source performance-testing and profiling tools, including integrated application monitoring, testing, tracing and profiling functionalities, and static-code analysis tools. Profiling tools are invaluable aids for localizing and identifying performance issues in all sorts of Java applications. In this article, we will look at how you can use TPTP to guarantee high-quality and high-performance code, even during unit and integration testing.</description>
<dc:date>2006-10-23T14:57:51Z</dc:date>
<dc:author>nmoreau</dc:author>
<dc:subject>java, eclipse, callisto, profiling</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.onjava.com/pub/a/onjava/2006/08/16/profiling-with-eclipse-callisto.html"><img border="0" src="http://blogmarks.net/screenshots/2006/10/23/3d9e5f5206be2bbae0454969a53e9b1b.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.onjava.com/pub/a/onjava/2006/08/16/profiling-with-eclipse-callisto.html">Profiling Your Applications with Eclipse Callisto</a></h4>
 
by <a href="http://blogmarks.net/user/nmoreau">nmoreau</a> 
<p class="description">Callisto includes a powerful profiling tool called the Eclipse Test & Performance Tools Platform, or TPTP. TPTP provides a comprehensive suite of open source performance-testing and profiling tools, including integrated application monitoring, testing, tracing and profiling functionalities, and static-code analysis tools. Profiling tools are invaluable aids for localizing and identifying performance issues in all sorts of Java applications. In this article, we will look at how you can use TPTP to guarantee high-quality and high-performance code, even during unit and integration testing.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/java">java</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/eclipse">eclipse</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/callisto">callisto</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/profiling">profiling</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1132334">Copy</a> | 
<a href="http://blogmarks.net/link/1194430">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/dzc/mark/837531">
<title>Profilage de code PHP</title>
<link>http://www.ipersec.com/index.php?q=fr/profilage</link>
<description>avec Xdebug</description>
<dc:date>2006-09-01T08:14:57Z</dc:date>
<dc:author>dzc</dc:author>
<dc:subject>profiling, php, conception web, prog., [fr], logiciel-libre, logiciel</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.ipersec.com/index.php?q=fr/profilage"><img border="0" src="http://blogmarks.net/screenshots/2007/01/02/0caad6a054e14ae711db3a45dfd8caf0.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.ipersec.com/index.php?q=fr/profilage">Profilage de code PHP</a></h4>
 
by <a href="http://blogmarks.net/user/dzc">dzc</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/901926">9 other(s)</a> 
<p class="description">avec Xdebug</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/profiling">profiling</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/php">php</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/conception%2Bweb">conception web</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/prog.">prog.</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/%255Bfr%255D">[fr]</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/logiciel-libre">logiciel-libre</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/logiciel">logiciel</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=837531">Copy</a> | 
<a href="http://blogmarks.net/link/901926">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/chickenfire/mark/749997">
<title>Eclipse TPTP</title>
<link>http://www.eclipse.org/tptp/</link>
<description>Eclipse Test and Performance Tools Platform</description>
<dc:date>2006-08-02T12:32:16Z</dc:date>
<dc:author>chickenfire</dc:author>
<dc:subject>java, eclipse, profiling, testing, peformance, bottleneck analysis</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.eclipse.org/tptp/"><img border="0" src="http://blogmarks.net/screenshots/2006/08/02/520368d6203aefafdb0c36195c50ff13.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.eclipse.org/tptp/">Eclipse TPTP</a></h4>
 
by <a href="http://blogmarks.net/user/chickenfire">chickenfire</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/557513">2 other(s)</a> 
<p class="description">Eclipse Test and Performance Tools Platform</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/java">java</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/eclipse">eclipse</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/profiling">profiling</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/testing">testing</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/peformance">peformance</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/bottleneck%2Banalysis">bottleneck analysis</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=749997">Copy</a> | 
<a href="http://blogmarks.net/link/557513">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/benoit/mark/738387">
<title>KcacheGrindIndex</title>
<link>http://kcachegrind.sourceforge.net/cgi-bin/show.cgi/KcacheGrindIndex</link>
<description></description>
<dc:date>2006-07-28T14:38:19Z</dc:date>
<dc:author>benoit</dc:author>
<dc:subject>profiling, code visualization</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://kcachegrind.sourceforge.net/cgi-bin/show.cgi/KcacheGrindIndex"><img border="0" src="http://blogmarks.net/screenshots/2006/07/28/8592be92c68f0dfdee0162f58137d08e.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://kcachegrind.sourceforge.net/cgi-bin/show.cgi/KcacheGrindIndex">KcacheGrindIndex</a></h4>
 
by <a href="http://blogmarks.net/user/benoit">benoit</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/profiling">profiling</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/code%2Bvisualization">code visualization</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=738387">Copy</a> | 
<a href="http://blogmarks.net/link/1000555">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/nachilau/mark/690319">
<title>DirectX 9 Profiling Information </title>
<link>http://msdn.microsoft.com/library/default.asp?url=/library/en-us/directx9_c/Accurately_Profiling_Direct3D_API_Calls.asp</link>
<description>Contains some profiling information about DirectX 9 and the information about how expensive of of each API calls</description>
<dc:date>2006-07-13T19:18:03Z</dc:date>
<dc:author>nachilau</dc:author>
<dc:subject>nachi, directx, game, development, profiling, programming</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/directx9_c/Accurately_Profiling_Direct3D_API_Calls.asp"><img border="0" src="http://blogmarks.net/screenshots/2006/07/14/b65a21c5f1743144da51fc9e27c954b3.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/directx9_c/Accurately_Profiling_Direct3D_API_Calls.asp">DirectX 9 Profiling Information </a></h4>
 
by <a href="http://blogmarks.net/user/nachilau">nachilau</a> 
<p class="description">Contains some profiling information about DirectX 9 and the information about how expensive of of each API calls</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/nachi">nachi</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/directx">directx</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/game">game</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/development">development</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/profiling">profiling</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/programming">programming</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=690319">Copy</a> | 
<a href="http://blogmarks.net/link/964942">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> </rdf:RDF>