<?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 for Wink Saville's Blog</title>
	<atom:link href="http://www.winksaville.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.winksaville.com/blog</link>
	<description>My personal notes</description>
	<lastBuildDate>Tue, 15 Jun 2010 12:30:12 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Android &#8211; fast/precise timing routines for timing in the small by tcp</title>
		<link>http://www.winksaville.com/blog/programming/android-fastprecise-timing-routines-for-timing-in-the-small/comment-page-1/#comment-52</link>
		<dc:creator>tcp</dc:creator>
		<pubDate>Tue, 15 Jun 2010 12:30:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.winksaville.com/blog/uncategorized/android-fastprecise-timing-routines-for-timing-in-the-small/#comment-52</guid>
		<description>on the emulator it is indeed us but the development system is giving results in ns... or may be i dont understand it right?
as I understand the Android CPU is capable of 1.5GHz therefore I assume it is capable of ns on a real device</description>
		<content:encoded><![CDATA[<p>on the emulator it is indeed us but the development system is giving results in ns&#8230; or may be i dont understand it right?<br />
as I understand the Android CPU is capable of 1.5GHz therefore I assume it is capable of ns on a real device</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Android &#8211; fast/precise timing routines for timing in the small by wink</title>
		<link>http://www.winksaville.com/blog/programming/android-fastprecise-timing-routines-for-timing-in-the-small/comment-page-1/#comment-51</link>
		<dc:creator>wink</dc:creator>
		<pubDate>Mon, 14 Jun 2010 15:27:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.winksaville.com/blog/uncategorized/android-fastprecise-timing-routines-for-timing-in-the-small/#comment-51</guid>
		<description>Actually, as you can see from the difference values the resolution is only 1us so I think you&#039;re seeing expected results.</description>
		<content:encoded><![CDATA[<p>Actually, as you can see from the difference values the resolution is only 1us so I think you&#8217;re seeing expected results.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Android &#8211; fast/precise timing routines for timing in the small by tcp</title>
		<link>http://www.winksaville.com/blog/programming/android-fastprecise-timing-routines-for-timing-in-the-small/comment-page-1/#comment-50</link>
		<dc:creator>tcp</dc:creator>
		<pubDate>Mon, 14 Jun 2010 12:32:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.winksaville.com/blog/uncategorized/android-fastprecise-timing-routines-for-timing-in-the-small/#comment-50</guid>
		<description>Hi,
Im using System.nanoTime() as you suggested but the results that i get are less precise than those you get.. i get time measurements with 7 digits at most while in you example the the time measurements are 10 to 14 digits.... 
Do you have an idea what can be the reason for that?</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Im using System.nanoTime() as you suggested but the results that i get are less precise than those you get.. i get time measurements with 7 digits at most while in you example the the time measurements are 10 to 14 digits&#8230;.<br />
Do you have an idea what can be the reason for that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Android &#8211; application debug logging by codeIT</title>
		<link>http://www.winksaville.com/blog/programming/debug-logging-in-android/comment-page-1/#comment-49</link>
		<dc:creator>codeIT</dc:creator>
		<pubDate>Sat, 15 May 2010 09:52:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.winksaville.com/blog/programming/debug-logging-in-android/#comment-49</guid>
		<description>Thanks for this, I was tearing my hairs out trying to understand why I couldnt see any logs in eclipse</description>
		<content:encoded><![CDATA[<p>Thanks for this, I was tearing my hairs out trying to understand why I couldnt see any logs in eclipse</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Android &#8211; application debug logging by chintamani</title>
		<link>http://www.winksaville.com/blog/programming/debug-logging-in-android/comment-page-1/#comment-48</link>
		<dc:creator>chintamani</dc:creator>
		<pubDate>Tue, 16 Feb 2010 06:08:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.winksaville.com/blog/programming/debug-logging-in-android/#comment-48</guid>
		<description>I tried with adb logcat in command prompt,it didn&#039;t work,but working fine in eclipse</description>
		<content:encoded><![CDATA[<p>I tried with adb logcat in command prompt,it didn&#8217;t work,but working fine in eclipse</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Android &#8211; application debug logging by chintamani</title>
		<link>http://www.winksaville.com/blog/programming/debug-logging-in-android/comment-page-1/#comment-47</link>
		<dc:creator>chintamani</dc:creator>
		<pubDate>Tue, 16 Feb 2010 06:06:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.winksaville.com/blog/programming/debug-logging-in-android/#comment-47</guid>
		<description>Thanks for posting this nice info.</description>
		<content:encoded><![CDATA[<p>Thanks for posting this nice info.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Android &#8211; application debug logging by Sundar</title>
		<link>http://www.winksaville.com/blog/programming/debug-logging-in-android/comment-page-1/#comment-46</link>
		<dc:creator>Sundar</dc:creator>
		<pubDate>Sat, 09 Jan 2010 12:44:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.winksaville.com/blog/programming/debug-logging-in-android/#comment-46</guid>
		<description>Thanks! that works</description>
		<content:encoded><![CDATA[<p>Thanks! that works</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Android &#8211; fast/precise timing routines for timing in the small by Hamsalad</title>
		<link>http://www.winksaville.com/blog/programming/android-fastprecise-timing-routines-for-timing-in-the-small/comment-page-1/#comment-45</link>
		<dc:creator>Hamsalad</dc:creator>
		<pubDate>Sun, 03 Jan 2010 03:13:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.winksaville.com/blog/uncategorized/android-fastprecise-timing-routines-for-timing-in-the-small/#comment-45</guid>
		<description>Thanks! This is exactly what I&#039;ve been looking for. I&#039;m impressed that the emulator can come up with max 41 microsecond intervals.</description>
		<content:encoded><![CDATA[<p>Thanks! This is exactly what I&#8217;ve been looking for. I&#8217;m impressed that the emulator can come up with max 41 microsecond intervals.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Android Debugging &#8211; getting more info by Adrian Vintu</title>
		<link>http://www.winksaville.com/blog/programming/android-debugging-getting-more-info/comment-page-1/#comment-44</link>
		<dc:creator>Adrian Vintu</dc:creator>
		<pubDate>Wed, 25 Nov 2009 10:58:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.winksaville.com/blog/programming/android-debugging-getting-more-info/#comment-44</guid>
		<description>Here is a tool to enhance your logcat experience
Windows link http://adrianvintu.com/blogengine/post/Colored-Logcat-Script-for-Windows.aspx
Linux link http://jsharkey.org/blog/2009/04/22/modifying-the-android-logcat-stream-for-full-color-debugging/

BR,

Adrian Vintu</description>
		<content:encoded><![CDATA[<p>Here is a tool to enhance your logcat experience<br />
Windows link <a href="http://adrianvintu.com/blogengine/post/Colored-Logcat-Script-for-Windows.aspx" rel="nofollow">http://adrianvintu.com/blogengine/post/Colored-Logcat-Script-for-Windows.aspx</a><br />
Linux link <a href="http://jsharkey.org/blog/2009/04/22/modifying-the-android-logcat-stream-for-full-color-debugging/" rel="nofollow">http://jsharkey.org/blog/2009/04/22/modifying-the-android-logcat-stream-for-full-color-debugging/</a></p>
<p>BR,</p>
<p>Adrian Vintu</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Android &#8211; application debug logging by Adrian Vintu</title>
		<link>http://www.winksaville.com/blog/programming/debug-logging-in-android/comment-page-1/#comment-43</link>
		<dc:creator>Adrian Vintu</dc:creator>
		<pubDate>Wed, 25 Nov 2009 10:55:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.winksaville.com/blog/programming/debug-logging-in-android/#comment-43</guid>
		<description>Here is a tool to enhance your logcat experience
Windows link http://adrianvintu.com/blogengine/post/Colored-Logcat-Script-for-Windows.aspx
Linux link http://jsharkey.org/blog/2009/04/22/modifying-the-android-logcat-stream-for-full-color-debugging/

BR,

Adrian Vintu</description>
		<content:encoded><![CDATA[<p>Here is a tool to enhance your logcat experience<br />
Windows link <a href="http://adrianvintu.com/blogengine/post/Colored-Logcat-Script-for-Windows.aspx" rel="nofollow">http://adrianvintu.com/blogengine/post/Colored-Logcat-Script-for-Windows.aspx</a><br />
Linux link <a href="http://jsharkey.org/blog/2009/04/22/modifying-the-android-logcat-stream-for-full-color-debugging/" rel="nofollow">http://jsharkey.org/blog/2009/04/22/modifying-the-android-logcat-stream-for-full-color-debugging/</a></p>
<p>BR,</p>
<p>Adrian Vintu</p>
]]></content:encoded>
	</item>
</channel>
</rss>
