<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>SharePoint - SPmonitoredScope - Dashboard</title><link>http://blogs.technet.com/b/lukeb/archive/2013/01/23/sharepoint-spmonitoredscope-dashboard.aspx</link><description>In order for custom code to show up in the dev dashboard you need to make use of the SpMonitoredScope: 
 using ( new SPMonitoredScope(&amp;ldquo;My Scope Name&amp;rdquo;)) { doSomeWork(); } 
 http://msdn.microsoft.com/en-us/library/ff512758.aspx 
 We have</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator></channel></rss>