0

I am currently working on a C#/XAML application, I need to do performance profiling to figure out XAML bottlenecks. Any good profilers/tools available?

1
  • Duplicate, seem my answer here. Commented May 10, 2013 at 11:35

3 Answers 3

1
  1. Visual Studio (Performance tools) download and How to do.
  2. RedGate Ants Profiler
  3. Telerik JustTrace

The last 2 are good ones, and not free

Sign up to request clarification or add additional context in comments.

3 Comments

Are any tools able identify XAML perf issues?
@user1542794 not sure what you mean. You can trace memory or CPU performance.
Would these tools be able to pinpoint problems with the xaml markup? That is where we suspect our bottlenecks are.
1

PerfView is free tool that is used by the CLR performance team. It is specifically designed for profiling the performance of .NET applications and can do both CPU and memory (managed heap) investigations. A plus is that it doesn't require running an install on a machine to collect performance data. There is an awesome series of videos by Vance Morrison on using the tool.

Comments

0

what app are you developing, WPF, Silverlight or win8? Basiclly the profile tool inside Visual Studio is enough to figure out the bottlenecks.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.