Поделиться через


Send me your WPF performance problems!

I'm working on an article for next week where I walk through a WPF performance profile using Visual Studio 2005.  The problem is, I don't have anything to profile!  Sure I can make something up myself, but I'd much rather walk through something sent in by you. 

Assuming I get more than one entry, I'm going to choose the *lucky* winner on Tuesday.  So make sure and send me your profile before then.  Happy profiling!

Comments

  • Anonymous
    April 01, 2006
    If you have been following the WPF forum or newsgroup you may have noticed "Tim Cahill - MSFT" jumping...
  • Anonymous
    April 18, 2006
    Hi, maybe you could look at helping me profile my simple app here...

    http://www.schanda.co.za/blog/PermaLink.aspx?guid=37a1dfe1-39df-45cf-b2cf-1bd48a07f54e
  • Anonymous
    April 20, 2006
    Cool idea Senkwe.  What framerate is this guy running at?  I'll get it under a profiler in the next couple of days and post my findings.  In the meantime, you might want to consider profiling it using the instructions in my other postings, then we can compare our results.

    Thanks for the post!

    Tim
  • Anonymous
    January 23, 2007
    Hi Tim, I just finished creating a 2D CAD application in C# 2003.  Of course the biggest problem with such is the speed of rendering with GDI+.  From what I've learned so far with WPF, all pixel rendering will be done using hardware acceleration, but computation will still be done using the CPU.  So if I use Graphics.DrawEllipse() with WPF, will my rendering performance be greatly increased? Thank you, Brian Wagner