<?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>Application Event Tracking - .NET Profiler</title>
	<atom:link href="https://profiler-and-tracer.com/c/application-event-tracking/feed/" rel="self" type="application/rss+xml" />
	<link>https://profiler-and-tracer.com</link>
	<description>Performance Optimization &#38; Debugging Tools for Microsoft.NET Apps</description>
	<lastBuildDate>Thu, 23 Feb 2017 20:05:48 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.1</generator>
	<item>
		<title>.NET Runtime Analyzer 4.6 Release Announcement</title>
		<link>https://profiler-and-tracer.com/net-runtime-analyzer-4-6-release-announcement-4275/</link>
					<comments>https://profiler-and-tracer.com/net-runtime-analyzer-4-6-release-announcement-4275/#respond</comments>
		
		<dc:creator><![CDATA[holger]]></dc:creator>
		<pubDate>Mon, 23 Jan 2017 19:52:15 +0000</pubDate>
				<category><![CDATA[.NET performance tools]]></category>
		<category><![CDATA[.NET Runtime-Analyzer]]></category>
		<category><![CDATA[.NET/Native Memory Profiling]]></category>
		<category><![CDATA[Application Event Tracking]]></category>
		<category><![CDATA[Line Level Analysis]]></category>
		<category><![CDATA[Performance Analysis]]></category>
		<category><![CDATA[Timeline Analysis]]></category>
		<guid isPermaLink="false">https://profiler-and-tracer.com/?p=4275</guid>

					<description><![CDATA[<p>We are thrilled to announce the release of .NET Runtime Analyzer 4.6. The latest release is packed with powerful new features such as new Timeline Analysis functionality, enhanced performance analysis capabilities (Caller/Callee, Hotspot Contributors etc.), multi-session-support etc. New Multi-Session Support Simultaneously record multiple applications or processes, for instance to analyze webservers with different application pools, ...</p>
The post <a href="https://profiler-and-tracer.com/net-runtime-analyzer-4-6-release-announcement-4275/">.NET Runtime Analyzer 4.6 Release Announcement</a> appeared first on <a href="https://profiler-and-tracer.com">.NET Profiler</a>.]]></description>
										<content:encoded><![CDATA[<p>We are thrilled to announce the release of .NET Runtime Analyzer 4.6. The latest release is packed with powerful new features such as new Timeline Analysis functionality, enhanced performance analysis capabilities (Caller/Callee, Hotspot Contributors etc.), multi-session-support etc.</p>
<h4>New Multi-Session Support</h4>
<p>Simultaneously record multiple applications or processes, for instance to analyze webservers with different application pools, distributed applications or SOA-based architectures.Â Besides, the multi session support also allows to keep monitoring restarted applications.</p>
<p style="padding-left: 60px;">
[frame style=&#8221;modern&#8221; image_path=&#8221;https://profiler-and-tracer.com/images/RTA_4.6_MultipleProcesses.png&#8221; popup=&#8221;https://profiler-and-tracer.com/images/RTA_4.6_MultipleProcesses.png&#8221; description=&#8221;Multiple Processes&#8221; size=&#8221;two_col_small&#8221;]</p>
<h4>New Timeline Analysis Capabilities</h4>
<p>Context information is key to investigate complex runtime issues. The more context information available, the more drilldowns are possible. Some runtime issues just occur within certain time frames. The timelines of our performance diagnostics tools provide you with new analysis power to investigate issues within specific time ranges.</p>
<p>You can select time ranges to perform a partial analysis on the collected snapshot (profile and trace data will be limited to the time range selection).</p>
<p>In addition, application events and trace statements (exceptions, system-events, e.g. file I/O events, network events) like database-queries, HTTP-Requests, WCF-calls etc. can be used as timelineÂ marks to identify interesting business aspects within the software.</p>
<p>Furthermore, you can add manual usermarks to declare special time frames such as scenario-warmups, names for scenario-executions etc.</p>
<ul>
<li><strong>PerformanceÂ ProfilerÂ / System Event Tracker<br />
</strong>The timeline provides you with an overview of your CPU utilization (user &amp; kernel times) over time. By pinpointing the resource usage, you can identify time loss due to waiting (low capacity) for long running tasks or time loss due to high CPU activity (CPU burners, high capacity).[frame style=&#8221;modern&#8221; image_path=&#8221;https://profiler-and-tracer.com/images/RTA_4.6_Performance_Contributors.png&#8221; popup=&#8221;https://profiler-and-tracer.com/images/RTA_4.6_Performance_Contributors.png&#8221; description=&#8221;Performance Contributors&#8221; size=&#8221;two_col_small&#8221;][frame style=&#8221;modern&#8221; image_path=&#8221;https://profiler-and-tracer.com/images/RTA_4.6_Performance_Timeline.png&#8221; popup=&#8221;https://profiler-and-tracer.com/images/RTA_4.6_Performance_Timeline.png&#8221; description=&#8221;Performance Timeline&#8221; size=&#8221;two_col_small&#8221;]</li>
<li><strong>Memory Profiler</strong><br />
The memory usage timeline provides you with an overview of your memory usage over time. With the memory usage timeline, you can find out when types or specific instances were created. As well you can investigate time ranges based on timeline mark selection to find out if the executed scenario is leaking memory or behaves balanced in terms of memory usage.[frame style=&#8221;modern&#8221; image_path=&#8221;https://profiler-and-tracer.com/images/RTA_4.6_Memory_Timeline.png&#8221; popup=&#8221;https://profiler-and-tracer.com/images/RTA_4.6_Memory_Timeline.png&#8221; description=&#8221;Memory Timeline&#8221; size=&#8221;two_col_small&#8221;]</li>
</ul>
<h4>Enhanced Performance Hotspot Analysis</h4>
<ul>
<li><strong>Caller/Callee:</strong>Â Find out who triggered the execution of performance hotspots, review the caller backtraces and callee call trees for simplified analysis. Stop wasting time searching call stacks.[frame style=&#8221;modern&#8221; image_path=&#8221;https://profiler-and-tracer.com/images/RTA_4.6_Performance_Caller.png&#8221; popup=&#8221;https://profiler-and-tracer.com/images/RTA_4.6_Performance_Caller.png&#8221; description=&#8221;Performance Caller&#8221; size=&#8221;two_col_small&#8221;]</li>
<li><strong>Hotspot Contributors</strong>:<strong>Â </strong>Instantly<strong>Â </strong>retrieve all methods which contribute to the total execution time of the hotspot without overcomplicated user interaction.</li>
<li><strong>Method Activity Timeline:Â </strong>Get known to the method execution activity over time to clarify when the hotspot got activated. How much time was wasted on waiting, how much time was lost due to CPU activity over time?[frame style=&#8221;modern&#8221; image_path=&#8221;https://profiler-and-tracer.com/images/RTA_4.6_Performance_ActivityTimeline.png&#8221; popup=&#8221;https://profiler-and-tracer.com/images/RTA_4.6_Performance_ActivityTimeline.png&#8221; description=&#8221;Performance Activity Timeline&#8221; size=&#8221;two_col_small&#8221;]</li>
<li><strong>Information Clustering</strong>: The hotspot list and its contributors can now be grouped or filtered in order to provide high-level profiling-information.</li>
</ul>
<h4>New User Interface</h4>
<p><a href="https://profiler-and-tracer.com/RTA/net_performance_diagnostics/dotnet_profiler.html">.NET Runtime Analyzer 4.6</a> completely changes its UI with a new, modern, easy-to-use design.</p>The post <a href="https://profiler-and-tracer.com/net-runtime-analyzer-4-6-release-announcement-4275/">.NET Runtime Analyzer 4.6 Release Announcement</a> appeared first on <a href="https://profiler-and-tracer.com">.NET Profiler</a>.]]></content:encoded>
					
					<wfw:commentRss>https://profiler-and-tracer.com/net-runtime-analyzer-4-6-release-announcement-4275/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>.NET Runtime Analyzer 3.0 Release</title>
		<link>https://profiler-and-tracer.com/net-runtime-analyzer-3-0-release-3778/</link>
					<comments>https://profiler-and-tracer.com/net-runtime-analyzer-3-0-release-3778/#respond</comments>
		
		<dc:creator><![CDATA[holger]]></dc:creator>
		<pubDate>Mon, 16 Mar 2015 15:18:53 +0000</pubDate>
				<category><![CDATA[.NET performance tools]]></category>
		<category><![CDATA[.NET Profiler]]></category>
		<category><![CDATA[.NET Runtime-Analyzer]]></category>
		<category><![CDATA[.NET/Native Memory Profiling]]></category>
		<category><![CDATA[Application Event Tracking]]></category>
		<category><![CDATA[Line Level Analysis]]></category>
		<guid isPermaLink="false">https://profiler-and-tracer.com/?p=3778</guid>

					<description><![CDATA[<p>We are excited to announce the release of the new diagnostics tool suite .NET Runtime Analyzer 3.0 which includes the following tools: .NET Performance Sampling Profiler with line level granularity with support for managed/native code Application Event Tracker traces interesting application events with data context (Network Traffic, File I/O, JIT-, GC-events, Thread activity, Locking&#8230;) Exception ...</p>
The post <a href="https://profiler-and-tracer.com/net-runtime-analyzer-3-0-release-3778/">.NET Runtime Analyzer 3.0 Release</a> appeared first on <a href="https://profiler-and-tracer.com">.NET Profiler</a>.]]></description>
										<content:encoded><![CDATA[<p>We are excited to announce the release of the new diagnostics tool suite <a href="/net-diagnostics-tool-suite/">.NET Runtime Analyzer 3.0 </a> which includes the following tools:</p>
<ul>
<li>.NET Performance Sampling Profiler with line level granularity with support for managed/native code</li>
<li>Application Event Tracker traces interesting application events with data context (Network Traffic, File I/O, JIT-, GC-events, Thread activity, Locking&#8230;)</li>
<li>Exception Tracker provides trace and profile information of all managed/native exceptions</li>
<li>Memory Profiler pinpoints managed/unmanaged memory usage</li>
</ul>
<p>&nbsp;</p>The post <a href="https://profiler-and-tracer.com/net-runtime-analyzer-3-0-release-3778/">.NET Runtime Analyzer 3.0 Release</a> appeared first on <a href="https://profiler-and-tracer.com">.NET Profiler</a>.]]></content:encoded>
					
					<wfw:commentRss>https://profiler-and-tracer.com/net-runtime-analyzer-3-0-release-3778/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
