Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C#
  4. Performance Test Tool For a Desktop Application

Performance Test Tool For a Desktop Application

Scheduled Pinned Locked Moved C#
csharptestingbeta-testingperformance
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    Rohit Dev
    wrote on last edited by
    #1

    hi all.... Is there any testing tool available for testing the performance of a Desktop Application or windows Application developed in C#.net2005... Thanks in Advance...

    J 1 Reply Last reply
    0
    • R Rohit Dev

      hi all.... Is there any testing tool available for testing the performance of a Desktop Application or windows Application developed in C#.net2005... Thanks in Advance...

      J Offline
      J Offline
      Judah Gabriel Himango
      wrote on last edited by
      #2

      You can use the free CLR profiler[^] by Microsoft to profile the memory usage of your application, which affects performance. You can use the NPerf Framework[^] to write some performance tests in an NUnit-like fashion. For more advanced things, there are some good 3rd party .NET profilers that tell you how long each line of code is taking. The one we use at work is ANTS Profiler[^], which give you per-line timings.

      Tech, life, family, faith: Give me a visit. I'm currently blogging about: Dumbest. Movie. Title. Evaaar. The apostle Paul, modernly speaking: Epistles of Paul Judah Himango

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups