This is a mirror of official site: http://jasper-net.blogspot.com/

.Net Perf - timing profiler for .Net

| Friday, March 18, 2011
Introducing .Net Perf Timing. A FREE timing profiler for .Net

What is a timing profiler?

A timing profiler provides you with the ability to determine exactly how much time is being spent inside each method, relative to the total execution time of the application.

How does it work?

The application works by pre-instrumenting your assemblies with calls to our application. This allows us to keep track of when a method is entered and exited.

Why would I want to pre-instrument instead of instrumenting while the application is running?

It is very difficult to get multiple application to play well when they being instrumented in real time. Because we pre-instrument, we will not interfere with programs like TypeMock or NCover to name a few.

What's the deal with your website?

We made an attempt on quickly getting Orchard up and running on Azure. We are not web gurus, we are testing and performance gurus. We will be working on the site over the next few weeks. We wanted to get the program out as quickly as possible. Over the next week, we will be implementing a forum and a redesign.

How can I get in touch with you?

Follow us on twitter at @dotnetperf and we will follow you back.

Read more: .Net Perf

Posted via email from Jasper-net

0 comments: