<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Sgt. Conker &#187; Profiling</title>
	<atom:link href="http://www.sgtconker.com/tag/profiling/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sgtconker.com</link>
	<description>We are &#34;absolutely fine&#34;</description>
	<lastBuildDate>Thu, 09 Sep 2010 00:28:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>SlimTune 0.2.1 Released</title>
		<link>http://www.sgtconker.com/2010/02/slimtune-0-2-1-released/</link>
		<comments>http://www.sgtconker.com/2010/02/slimtune-0-2-1-released/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 23:45:25 +0000</pubDate>
		<dc:creator>Captain boki</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Profiling]]></category>
		<category><![CDATA[SlimTune]]></category>

		<guid isPermaLink="false">http://www.sgtconker.com/2010/02/slimtune-0-2-1-released/</guid>
		<description><![CDATA[Promit “Cheesy to Sell” Roy announces the immediate availability of SlimTune 0.2.1.
This version sports a newly retooled interface, along with numerous stability improvements and several new features. To recap, here’s some of the cool things SlimTune can do:

Live Profiling – Why should you have to wait until your program has ended to see results? SlimTune [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://ventspace.wordpress.com/">Promit “Cheesy to Sell” Roy</a> <a href="http://ventspace.wordpress.com/2010/02/22/slimtune-0-2-1-released/">announces the immediate availability of SlimTune 0.2.1</a>.</p>
<blockquote cite="http://ventspace.wordpress.com/2010/02/22/slimtune-0-2-1-released/"><p>This version sports a newly retooled interface, along with numerous stability improvements and several new features. To recap, here’s some of the cool things SlimTune can do:</p>
<ul>
<li><strong>Live Profiling</strong> – Why should you have to wait until your program has ended to see results? SlimTune reports results almost immediately, while your code is still running. See your bottlenecks in real-time, not after the fact. </li>
<li><strong>Remote Profiling</strong> – Other tools must be run on the same machine as the application being profiled, which can be inconvenient and worse, can interfere with the results. Remote profiling is an integral part of SlimTune. </li>
<li><strong>On-Demand Profiling</strong> – Just because your code’s running doesn’t mean you want the profiler interfering. SlimTune lets you profile exactly when and where you need it, so you can focus on the results you need instead of filtering uninteresting data. </li>
<li><strong>SQL Database Storage</strong> – Instead of developing a custom, opaque file format, we use well known SQL database formats for our results files. That means you don’t have to rely on SlimTune to be able to read your files. </li>
<li><strong>Multiple Visualizations</strong> – Most performance tools offer a single preset view of your data. Don’t like it, or want it sliced differently? Tough. With SlimTune, multiple visualizers ship out of the box to show you what you want to see, the way you want to see it. </li>
<li><strong>Plugin Support</strong> – We’re doing our best to produce the most useful visualizations, but that doesn’t mean your needs are the same as everyone else. A few dozen lines of standard SQL and C# code are all it takes to drop in your own view of the performance data, focused on what YOU want to see. </li>
</ul>
</blockquote>
<p><a href="http://ventspace.wordpress.com/2010/02/22/slimtune-0-2-1-released/">Download link and more words at the source</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sgtconker.com/2010/02/slimtune-0-2-1-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scrolls from the past: Profiling</title>
		<link>http://www.sgtconker.com/2009/11/scrolls-from-the-past-profiling/</link>
		<comments>http://www.sgtconker.com/2009/11/scrolls-from-the-past-profiling/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 09:00:28 +0000</pubDate>
		<dc:creator>Captain ZSquare</dc:creator>
				<category><![CDATA[Scrolls from the past]]></category>
		<category><![CDATA[XNA]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Garbage]]></category>
		<category><![CDATA[Profiling]]></category>

		<guid isPermaLink="false">http://www.sgtconker.com/?p=421</guid>
		<description><![CDATA[Because sometimes old things never gets old, and valuable knowledge gets lost with the passing of time, it is best to bring it back to attention, so that young generations can benefit from those that came before them. This week, we'll unearth a couple of scrolls talking about profiling your XNA games.
Let's start with the [...]]]></description>
			<content:encoded><![CDATA[<p>Because sometimes old things never gets old, and valuable knowledge gets lost with the passing of time, it is best to bring it back to attention, so that young generations can benefit from those that came before them. This week, we'll unearth a couple of scrolls talking about <em>profiling your XNA games</em>.</p>
<p>Let's start with the spring of 2007 (Year 1 of the Age of XNA). As brave programmers started using XNA, they started to worry about the effects that this new form of magic would have on their surroundings, which had to be kept free of residual energies (a.k.a. <em>garbage</em>). People were most worried about the <em>foreach </em>spell, rumored to generate such energies. Thus, the mighty wizard Eli looked into the problem, and wrote two scrolls on how the <em>foreach </em>spell is better used, but most importantly, he left us notes on how to investigate such problems ourselves, through a ritual called <em>memory profiling</em>, using the <em>CLR Profiler</em>, and the <em>XNA Framework Remote Performance Monitor for Xbox 360.</em> These two scrolls can be found and read in Eli's book <a href="http://blogs.msdn.com/etayrien/archive/2007/03/17/foreach-garbage-and-the-clr-profiler.aspx">here </a>and <a href="http://blogs.msdn.com/etayrien/archive/2007/04/19/foreach-and-garbage-part-2.aspx">here</a>.</p>
<p>At the same time, another XNA apprentice wrote about a related ritual called <em>CPU profiling</em>, through which other XNA apprentices could learn why their creations were slow, and lazy, by using a tool called <em>NProf</em>. Those that want to can still read <span><span>Thomas Aylesworth's writings <a href="http://swampthingtom.blogspot.com/2007/04/software-efficiency-and-optimization.html">here</a>.</span></span></p>
<p><span><span>Over a year later,</span></span> bittermanandy was writing a chronicle about what recipes and rituals he found most useful in his delvings into XNA, and in one of these chronicles, he touched on the subject of the <em>CLR Profiler</em> <a href="http://bittermanandy.wordpress.com/2008/08/20/tools-of-the-trade-part-three-clrprofiler/">again</a>. That same year, jwatte gave away a <a href="http://www.enchantedage.com/xna-profiler">free potion</a> that could be used for performing the profiling ritual in the kingdom of the Xbox 360, which was not possible using NProf. MJP made a comparison between <em>events</em> and <em>virtual functions</em>, using the <em>Stopwatch</em> spell, and left his writing for all to read in <a href="http://mynameismjp.wordpress.com/2009/01/23/profiling-events/">one of his scrolls</a>.</p>
<p>More recently, in Year 3 of the Age of XNA, the Grand Master Wizard Shawn, reminded all of us how important is that <a href="http://blogs.msdn.com/shawnhar/archive/2009/07/06/why-measure-when-you-can-guess.aspx">we use the profiling rituals</a> as often as possible, and gave us an example of using the blunt yet powerful spell <a href="http://blogs.msdn.com/shawnhar/archive/2009/07/07/profiling-with-stopwatch.aspx">Stopwatch</a>.</p>
<p>We hope you liked our return to past scrolls of wisdom, and found something of help in them. Please let us know what you think, and leave a note in the notebook below.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sgtconker.com/2009/11/scrolls-from-the-past-profiling/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
