<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>BiztalkOrcProfiler Wiki &amp; Documentation Rss Feed</title><link>http://www.codeplex.com/BiztalkOrcProfiler/Wiki/View.aspx?title=Home</link><description>BiztalkOrcProfiler Wiki Rss Description</description><item><title>Updated Wiki: Home</title><link>http://biztalkorcprofiler.codeplex.com/wikipage?version=10</link><description>&lt;div class="wikidoc"&gt;&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;Creates CHM report files illustrating the level of coverage for specified BizTalk orchestrations. This tool can be run to gain a consolidated view of orchestration tracking data for a specified period of time to help developers get an idea of how their orchestrations are being processed and how much coverage they are getting in their testing. In addition to simple coverage information the data presented helps to identify latency and code path exceptions by highlighting long running and error prone orchestration shapes which is key to effective performance testing.&lt;br /&gt;
&lt;h3&gt;Notes&lt;/h3&gt;This tool makes use of the common &lt;a href="http://biztalkom.codeplex.com/" class="externalLink"&gt;BizTalk OM Library&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; so if you run into any issues with the core, or wish to debug and/or make changes, you need to get that library as well (although the PDB&amp;#39;s are included here in the source tree to help with debugging)&lt;br /&gt;
&lt;h3&gt;Current Release&lt;/h3&gt;The current release is &lt;b&gt;v1.2&lt;/b&gt; which is a point release making the 64 bit support now fully available (this was always available as a &lt;b&gt;Planned&lt;/b&gt; release but now its been formally made available)&lt;br /&gt;
&lt;h3&gt;Roadmap&lt;/h3&gt;Point releases will be made as frequently as possible to fix reported bugs but no big functionality changes can be expected. Instead we are working on a new tool that will combine this Profiler with the Documenter (as they share a number of common services including the Analysis OM). It is hard to work on two tools (actually &lt;b&gt;4&lt;/b&gt; -if you take Profiler, Documenter and OM as separate projects) at the same time so please bear with us if we dont get fixes released frequently. &lt;br /&gt;&lt;br /&gt;
&lt;h2&gt;Screenshots&lt;/h2&gt;
The image below shows a sample of the coverage summary, at a glance you can see the percentage of overall coverage acheived upon an individual orchestration, if all of the shapes are &lt;i&gt;touched&lt;/i&gt; as part of your orchestration then you will acheive 100% coverage, common reasons for not covering all shapes with an orchestration are not running tests that stress the error paths of your solution.   This coverage summary also provides you metrics around execution duration of your orchestration easily identifying orchestrations that take a long time to execute.&lt;br /&gt;&lt;br /&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=BiztalkOrcProfiler&amp;DownloadId=111675" alt="profilerCoverageSummary_75.jpg" title="profilerCoverageSummary_75.jpg" /&gt;&lt;br /&gt;&lt;br /&gt;The image below shows the orchestration coverage in detail, shapes highlighted in green have been executed as part of your last test pass and any shapes not executed will be highlighted in red.  This enables you to easily understand what parts of your solution have been tested and which parts have not and adjust your testing as necessary.&lt;br /&gt;&lt;br /&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=BiztalkOrcProfiler&amp;DownloadId=111676" alt="profilerOrchestrationCoverage_75.jpg" title="profilerOrchestrationCoverage_75.jpg" /&gt;&lt;br /&gt;&lt;br /&gt;As part of the profiler report you can see the &amp;quot;Top 10 Least Successsfull&amp;quot; shapes and the &amp;quot;Top 10 Longest Running&amp;quot; shapes, understanding where time is being spent inside your orchestration is key to effective performance testing and has been proven on a number of instances to pinpoint poor orchestration design and coding which when resolved has dramatically increased overall performance.   The key is to understanding exactly where time is being spent and this tool offers a no-code view into your running system.&lt;br /&gt;&lt;br /&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=BiztalkOrcProfiler&amp;DownloadId=111677" alt="profilerShapeDuration_60.jpg" title="profilerShapeDuration_60.jpg" /&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>santoshbenjamin</author><pubDate>Mon, 29 Mar 2010 21:21:32 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20100329092132P</guid></item><item><title>Updated Wiki: Home</title><link>http://biztalkorcprofiler.codeplex.com/wikipage?version=9</link><description>&lt;div class="wikidoc"&gt;&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;Creates CHM report files illustrating the level of coverage for specified BizTalk orchestrations. This tool can be run to gain a consolidated view of orchestration tracking data for a specified period of time to help developers get an idea of how their orchestrations are being processed and how much coverage they are getting in their testing. In addition to simple coverage information the data presented helps to identify latency and code path exceptions by highlighting long running and error prone orchestration shapes which is key to effective performance testing.&lt;br /&gt;
&lt;h3&gt;Notes&lt;/h3&gt;This tool makes use of the common &lt;a href="http://biztalkom.codeplex.com/" class="externalLink"&gt;BizTalk OM Library&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; so if you run into any issues with the core, or wish to debug and/or make changes, you need to get that library as well (although the PDB&amp;#39;s are included here in the source tree to help with debugging)&lt;br /&gt;
&lt;h3&gt;Roadmap&lt;/h3&gt;A point release is forthcoming which will support running in 64 bit systems. &lt;br /&gt;&lt;br /&gt;Point releases will be made as frequently as possible to fix reported bugs but no big functionality changes can be expected. Instead we are working on a new tool that will combine this Profiler with the Documenter (as they share a number of common services including the Analysis OM). It is hard to work on two tools (actually &lt;b&gt;4&lt;/b&gt; -if you take Profiler, Documenter and OM as separate projects) at the same time so please bear with us if we dont get fixes released frequently. &lt;br /&gt;&lt;br /&gt;
&lt;h2&gt;Screenshots&lt;/h2&gt;
The image below shows a sample of the coverage summary, at a glance you can see the percentage of overall coverage acheived upon an individual orchestration, if all of the shapes are &lt;i&gt;touched&lt;/i&gt; as part of your orchestration then you will acheive 100% coverage, common reasons for not covering all shapes with an orchestration are not running tests that stress the error paths of your solution.   This coverage summary also provides you metrics around execution duration of your orchestration easily identifying orchestrations that take a long time to execute.&lt;br /&gt;&lt;br /&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=BiztalkOrcProfiler&amp;DownloadId=111675" alt="profilerCoverageSummary_75.jpg" title="profilerCoverageSummary_75.jpg" /&gt;&lt;br /&gt;&lt;br /&gt;The image below shows the orchestration coverage in detail, shapes highlighted in green have been executed as part of your last test pass and any shapes not executed will be highlighted in red.  This enables you to easily understand what parts of your solution have been tested and which parts have not and adjust your testing as necessary.&lt;br /&gt;&lt;br /&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=BiztalkOrcProfiler&amp;DownloadId=111676" alt="profilerOrchestrationCoverage_75.jpg" title="profilerOrchestrationCoverage_75.jpg" /&gt;&lt;br /&gt;&lt;br /&gt;As part of the profiler report you can see the &amp;quot;Top 10 Least Successsfull&amp;quot; shapes and the &amp;quot;Top 10 Longest Running&amp;quot; shapes, understanding where time is being spent inside your orchestration is key to effective performance testing and has been proven on a number of instances to pinpoint poor orchestration design and coding which when resolved has dramatically increased overall performance.   The key is to understanding exactly where time is being spent and this tool offers a no-code view into your running system.&lt;br /&gt;&lt;br /&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=BiztalkOrcProfiler&amp;DownloadId=111677" alt="profilerShapeDuration_60.jpg" title="profilerShapeDuration_60.jpg" /&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>santoshbenjamin</author><pubDate>Sun, 28 Mar 2010 21:51:22 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20100328095122P</guid></item><item><title>Updated Wiki: Home</title><link>http://biztalkorcprofiler.codeplex.com/wikipage?version=8</link><description>&lt;div class="wikidoc"&gt;&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;Creates CHM report files illustrating the level of coverage for specified BizTalk orchestrations. This tool can be run to gain a consolidated view of orchestration tracking data for a specified period of time to help developers get an idea of how their orchestrations are being processed and how much coverage they are getting in their testing. In addition to simple coverage information the data presented helps to identify latency and code path exceptions by highlighting long running and error prone orchestration shapes which is key to effective performance testing.&lt;br /&gt;
&lt;h3&gt;Notes&lt;/h3&gt;This tool makes use of the common &lt;a href="http://biztalkom.codeplex.com/" class="externalLink"&gt;BizTalk OM Library&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; so if you run into any issues with the core, or wish to debug and/or make changes, you need to get that library as well (although the PDB&amp;#39;s are included here in the source tree to help with debugging)&lt;br /&gt;
&lt;h2&gt;Screenshots&lt;/h2&gt;
The image below shows a sample of the coverage summary, at a glance you can see the percentage of overall coverage acheived upon an individual orchestration, if all of the shapes are &lt;i&gt;touched&lt;/i&gt; as part of your orchestration then you will acheive 100% coverage, common reasons for not covering all shapes with an orchestration are not running tests that stress the error paths of your solution.   This coverage summary also provides you metrics around execution duration of your orchestration easily identifying orchestrations that take a long time to execute.&lt;br /&gt;&lt;br /&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=BiztalkOrcProfiler&amp;DownloadId=111675" alt="profilerCoverageSummary_75.jpg" title="profilerCoverageSummary_75.jpg" /&gt;&lt;br /&gt;&lt;br /&gt;The image below shows the orchestration coverage in detail, shapes highlighted in green have been executed as part of your last test pass and any shapes not executed will be highlighted in red.  This enables you to easily understand what parts of your solution have been tested and which parts have not and adjust your testing as necessary.&lt;br /&gt;&lt;br /&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=BiztalkOrcProfiler&amp;DownloadId=111676" alt="profilerOrchestrationCoverage_75.jpg" title="profilerOrchestrationCoverage_75.jpg" /&gt;&lt;br /&gt;&lt;br /&gt;As part of the profiler report you can see the &amp;quot;Top 10 Least Successsfull&amp;quot; shapes and the &amp;quot;Top 10 Longest Running&amp;quot; shapes, understanding where time is being spent inside your orchestration is key to effective performance testing and has been proven on a number of instances to pinpoint poor orchestration design and coding which when resolved has dramatically increased overall performance.   The key is to understanding exactly where time is being spent and this tool offers a no-code view into your running system.&lt;br /&gt;&lt;br /&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=BiztalkOrcProfiler&amp;DownloadId=111677" alt="profilerShapeDuration_60.jpg" title="profilerShapeDuration_60.jpg" /&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>santoshbenjamin</author><pubDate>Fri, 19 Mar 2010 09:18:13 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20100319091813A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/BiztalkOrcProfiler/Wiki/View.aspx?title=Home&amp;version=7</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;Creates CHM report files illustrating the level of coverage for specified BizTalk orchestrations. This tool can be run to gain a consolidated view of orchestration tracking data for a specified period of time to help developers get an idea of how their orchestrations are being processed and how much coverage they are getting in their testing. In addition to simple coverage information the data presented helps to identify latency and code path exceptions by highlighting long running and error prone orchestration shapes which is key to effective performance testing.
&lt;br /&gt; &lt;br /&gt;The image below shows a sample of the coverage summary, at a glance you can see the percentage of overall coverage acheived upon an individual orchestration, if all of the shapes are &lt;i&gt;touched&lt;/i&gt; as part of your orchestration then you will acheive 100% coverage, common reasons for not covering all shapes with an orchestration are not running tests that stress the error paths of your solution.   This coverage summary also provides you metrics around execution duration of your orchestration easily identifying orchestrations that take a long time to execute.&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/BiztalkOrcProfiler/Project/FileDownload.aspx?DownloadId=15017" alt="profilerCoverageSummary.jpg" /&gt;&lt;br /&gt; &lt;br /&gt;The image below shows the orchestration coverage in detail, shapes highlighted in green have been executed as part of your last test pass and any shapes not executed will be highlighted in red.  This enables you to easily understand what parts of your solution have been tested and which parts have not and adjust your testing as necessary.&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/BiztalkOrcProfiler/Project/FileDownload.aspx?DownloadId=15019" alt="profilerOrchestrationCoverage.jpg" /&gt;&lt;br /&gt; &lt;br /&gt;As part of the profiler report you can see the &amp;quot;Top 10 Least Successsfull&amp;quot; shapes and the &amp;quot;Top 10 Longest Running&amp;quot; shapes, understanding where time is being spent inside your orchestration is key to effective performance testing and has been proven on a number of instances to pinpoint poor orchestration design and coding which when resolved has dramatically increased overall performance.   The key is to understanding exactly where time is being spent and this tool offers a no-code view into your running system.&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/BiztalkOrcProfiler/Project/FileDownload.aspx?DownloadId=15018" alt="profilerShapeDuration.jpg" /&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>darrenj</author><pubDate>Mon, 02 Jul 2007 09:50:20 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070702095020A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/BiztalkOrcProfiler/Wiki/View.aspx?title=Home&amp;version=6</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;Creates CHM report files illustrating the level of coverage for specified BizTalk orchestrations. This tool can be run to gain a consolidated view of orchestration tracking data for a specified period of time to help developers get an idea of how their orchestrations are being processed and how much coverage they are getting in their testing. In addition to simple coverage information the data presented helps to identify latency and code path exceptions by highlighting long running and error prone orchestration shapes which is key to effective performance testing.
&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/BiztalkOrcProfiler/Project/FileDownload.aspx?DownloadId=15017" alt="profilerCoverageSummary.jpg" /&gt;&lt;br /&gt;&lt;img src="http://www.codeplex.com/BiztalkOrcProfiler/Project/FileDownload.aspx?DownloadId=15018" alt="profilerShapeDuration.jpg" /&gt;&lt;br /&gt;&lt;img src="http://www.codeplex.com/BiztalkOrcProfiler/Project/FileDownload.aspx?DownloadId=15019" alt="profilerOrchestrationCoverage.jpg" /&gt;&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Project Home Page&lt;/b&gt;&lt;br /&gt;This is your project's Wiki-based home page. The content of this page is completely editable by any project developer. Before you get too far along with your project, we encourage you to take some time to update this page with useful information regarding your project.&lt;br /&gt;To edit this page, just click the &lt;b&gt;Edit&lt;/b&gt; link below. &lt;br /&gt;A &amp;quot;Quick Wiki Markup Guide&amp;quot; can be found on the right side of the &lt;b&gt;Edit&lt;/b&gt; page for help with formatting the Wiki text. For a more detailed explanation of the Wiki markup, see the &lt;a href="http://www.codeplex.com/Wiki/View.aspx?ProjectName=CodePlex&amp;amp;title=CodePlex%20Wiki%20Markup%20Guide" class="externalLink"&gt;Wiki Markup Guide&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;How to use this page&lt;/b&gt;&lt;br /&gt;The Project home page is the place that team members and visitors will go to find out about your project. Here are some ideas about what to put on this page:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;News&lt;/li&gt;&lt;li&gt;Frequently Asked Questions (FAQ)&lt;/li&gt;&lt;li&gt;Project information (the text from your project description, for example)&lt;/li&gt;&lt;li&gt;Project documentation&lt;/li&gt;&lt;li&gt;Development methodologies&lt;/li&gt;&lt;li&gt;Release process&lt;/li&gt;&lt;li&gt;Current issues&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>darrenj</author><pubDate>Mon, 02 Jul 2007 09:17:09 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070702091709A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/BiztalkOrcProfiler/Wiki/View.aspx?title=Home&amp;version=5</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;Creates CHM report files illustrating the level of coverage for specified BizTalk orchestrations. This tool can be run to gain a consolidated view of orchestration tracking data for a specified period of time to help developers get an idea of how their orchestrations are being processed and how much coverage they are getting in their testing. In addition to simple coverage information the data presented helps to identify latency and code path exceptions by highlighting long running and error prone orchestration shapes which is key to effective performance testing.
&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/BiztalkOrcProfiler/Project/FileDownload.aspx?DownloadId=15017" alt="profilerCoverageSummary.jpg" /&gt;&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Project Home Page&lt;/b&gt;&lt;br /&gt;This is your project's Wiki-based home page. The content of this page is completely editable by any project developer. Before you get too far along with your project, we encourage you to take some time to update this page with useful information regarding your project.&lt;br /&gt;To edit this page, just click the &lt;b&gt;Edit&lt;/b&gt; link below. &lt;br /&gt;A &amp;quot;Quick Wiki Markup Guide&amp;quot; can be found on the right side of the &lt;b&gt;Edit&lt;/b&gt; page for help with formatting the Wiki text. For a more detailed explanation of the Wiki markup, see the &lt;a href="http://www.codeplex.com/Wiki/View.aspx?ProjectName=CodePlex&amp;amp;title=CodePlex%20Wiki%20Markup%20Guide" class="externalLink"&gt;Wiki Markup Guide&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;How to use this page&lt;/b&gt;&lt;br /&gt;The Project home page is the place that team members and visitors will go to find out about your project. Here are some ideas about what to put on this page:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;News&lt;/li&gt;&lt;li&gt;Frequently Asked Questions (FAQ)&lt;/li&gt;&lt;li&gt;Project information (the text from your project description, for example)&lt;/li&gt;&lt;li&gt;Project documentation&lt;/li&gt;&lt;li&gt;Development methodologies&lt;/li&gt;&lt;li&gt;Release process&lt;/li&gt;&lt;li&gt;Current issues&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>darrenj</author><pubDate>Mon, 02 Jul 2007 09:16:35 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070702091635A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/BiztalkOrcProfiler/Wiki/View.aspx?title=Home&amp;version=4</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;Creates CHM report files illustrating the level of coverage for specified BizTalk orchestrations. This tool can be run to gain a consolidated view of orchestration tracking data for a specified period of time to help developers get an idea of how their orchestrations are being processed and how much coverage they are getting in their testing. In addition to simple coverage information the data presented helps to identify latency and code path exceptions by highlighting long running and error prone orchestration shapes which is key to effective performance testing.
&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Project Home Page&lt;/b&gt;&lt;br /&gt;This is your project's Wiki-based home page. The content of this page is completely editable by any project developer. Before you get too far along with your project, we encourage you to take some time to update this page with useful information regarding your project.&lt;br /&gt;To edit this page, just click the &lt;b&gt;Edit&lt;/b&gt; link below. &lt;br /&gt;A &amp;quot;Quick Wiki Markup Guide&amp;quot; can be found on the right side of the &lt;b&gt;Edit&lt;/b&gt; page for help with formatting the Wiki text. For a more detailed explanation of the Wiki markup, see the &lt;a href="http://www.codeplex.com/Wiki/View.aspx?ProjectName=CodePlex&amp;amp;title=CodePlex%20Wiki%20Markup%20Guide" class="externalLink"&gt;Wiki Markup Guide&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;How to use this page&lt;/b&gt;&lt;br /&gt;The Project home page is the place that team members and visitors will go to find out about your project. Here are some ideas about what to put on this page:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;News&lt;/li&gt;&lt;li&gt;Frequently Asked Questions (FAQ)&lt;/li&gt;&lt;li&gt;Project information (the text from your project description, for example)&lt;/li&gt;&lt;li&gt;Project documentation&lt;/li&gt;&lt;li&gt;Development methodologies&lt;/li&gt;&lt;li&gt;Release process&lt;/li&gt;&lt;li&gt;Current issues&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>darrenj</author><pubDate>Mon, 02 Jul 2007 09:10:12 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070702091012A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/BiztalkOrcProfiler/Wiki/View.aspx?title=Home&amp;version=3</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;Creates CHM report files illustrating the level of coverage for specified BizTalk orchestrations. This tool can be run to gain a consolidated view of orchestration tracking data for a specified period of time to help developers get an idea of how their orchestrations are being processed and how much coverage they are getting in their testing. In addition to simple coverage information the data presented helps to identify latency and code path exceptions by highlighting long running and error prone orchestration shapes which is key to effective performance testing.
&lt;br /&gt; &lt;br /&gt;&amp;lt;img src=&amp;quot;profilerCoverageSummary.jpg&amp;quot;/&amp;gt;&lt;br /&gt;&lt;b&gt;Project Home Page&lt;/b&gt;&lt;br /&gt;This is your project's Wiki-based home page. The content of this page is completely editable by any project developer. Before you get too far along with your project, we encourage you to take some time to update this page with useful information regarding your project.&lt;br /&gt;To edit this page, just click the &lt;b&gt;Edit&lt;/b&gt; link below. &lt;br /&gt;A &amp;quot;Quick Wiki Markup Guide&amp;quot; can be found on the right side of the &lt;b&gt;Edit&lt;/b&gt; page for help with formatting the Wiki text. For a more detailed explanation of the Wiki markup, see the &lt;a href="http://www.codeplex.com/Wiki/View.aspx?ProjectName=CodePlex&amp;amp;title=CodePlex%20Wiki%20Markup%20Guide" class="externalLink"&gt;Wiki Markup Guide&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;How to use this page&lt;/b&gt;&lt;br /&gt;The Project home page is the place that team members and visitors will go to find out about your project. Here are some ideas about what to put on this page:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;News&lt;/li&gt;&lt;li&gt;Frequently Asked Questions (FAQ)&lt;/li&gt;&lt;li&gt;Project information (the text from your project description, for example)&lt;/li&gt;&lt;li&gt;Project documentation&lt;/li&gt;&lt;li&gt;Development methodologies&lt;/li&gt;&lt;li&gt;Release process&lt;/li&gt;&lt;li&gt;Current issues&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>darrenj</author><pubDate>Mon, 02 Jul 2007 09:09:52 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070702090952A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/BiztalkOrcProfiler/Wiki/View.aspx?title=Home&amp;version=2</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;Creates CHM report files illustrating the level of coverage for specified BizTalk orchestrations. This tool can be run to gain a consolidated view of orchestration tracking data for a specified period of time to help developers get an idea of how their orchestrations are being processed and how much coverage they are getting in their testing. In addition to simple coverage information the data presented helps to identify latency and code path exceptions by highlighting long running and error prone orchestration shapes. 
&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Project Home Page&lt;/b&gt;&lt;br /&gt;This is your project's Wiki-based home page. The content of this page is completely editable by any project developer. Before you get too far along with your project, we encourage you to take some time to update this page with useful information regarding your project.&lt;br /&gt;To edit this page, just click the &lt;b&gt;Edit&lt;/b&gt; link below. &lt;br /&gt;A &amp;quot;Quick Wiki Markup Guide&amp;quot; can be found on the right side of the &lt;b&gt;Edit&lt;/b&gt; page for help with formatting the Wiki text. For a more detailed explanation of the Wiki markup, see the &lt;a href="http://www.codeplex.com/Wiki/View.aspx?ProjectName=CodePlex&amp;amp;title=CodePlex%20Wiki%20Markup%20Guide" class="externalLink"&gt;Wiki Markup Guide&lt;/a&gt;.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;How to use this page&lt;/b&gt;&lt;br /&gt;The Project home page is the place that team members and visitors will go to find out about your project. Here are some ideas about what to put on this page:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;News&lt;/li&gt;&lt;li&gt;Frequently Asked Questions (FAQ)&lt;/li&gt;&lt;li&gt;Project information (the text from your project description, for example)&lt;/li&gt;&lt;li&gt;Project documentation&lt;/li&gt;&lt;li&gt;Development methodologies&lt;/li&gt;&lt;li&gt;Release process&lt;/li&gt;&lt;li&gt;Current issues&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>darrenj</author><pubDate>Sun, 01 Apr 2007 19:11:07 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070401071107P</guid></item></channel></rss>