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. Visual Basic
  4. How to use Performance Counter?

How to use Performance Counter?

Scheduled Pinned Locked Moved Visual Basic
questionperformancetutorial
4 Posts 4 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.
  • S Offline
    S Offline
    shyne7
    wrote on last edited by
    #1

    I dont know what is the use of performance counter and how to use it... im just wondering if i could use it on my project...tnx Sunshine

    L D P 3 Replies Last reply
    0
    • S shyne7

      I dont know what is the use of performance counter and how to use it... im just wondering if i could use it on my project...tnx Sunshine

      L Offline
      L Offline
      Luc Pattyn
      wrote on last edited by
      #2

      Do you know what is the use of documentation and how to use it? http://msdn2.microsoft.com/en-us/library/system.diagnostics.performancecounter.aspx[^] http://www.codeproject.com/info/search.asp?cats=2&cats=3&cats=4&cats=6&cats=8&cats=9&searchkw=performancecounter&Submit1=Search&author=&sd=15+Nov+1999&ed=25+Sep+2007[^]

      Luc Pattyn [Forum Guidelines] [My Articles]


      this weeks tips: - make Visual display line numbers: Tools/Options/TextEditor/... - show exceptions with ToString() to see all information - before you ask a question here, search CodeProject, then Google


      1 Reply Last reply
      0
      • S shyne7

        I dont know what is the use of performance counter and how to use it... im just wondering if i could use it on my project...tnx Sunshine

        D Offline
        D Offline
        Dave Kreskowiak
        wrote on last edited by
        #3

        Click on the Start button, then on Run. Type PERFMON.MSC and hit enter. This is the Performance Monitor. You can montior all kinds of system information such a network activity, disk access, memory usage, ... The performance counter classes let your code create and expose custom counters so you can monitor components work using PERFMON or some other performance monitoring tool.

        A guide to posting questions on CodeProject[^]
        Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
             2006, 2007

        1 Reply Last reply
        0
        • S shyne7

          I dont know what is the use of performance counter and how to use it... im just wondering if i could use it on my project...tnx Sunshine

          P Offline
          P Offline
          Paul Conrad
          wrote on last edited by
          #4

          Have you looked around at the PerformanceCounter class?

          "Try asking what you want to know, rather than asking a question whose answer you know." - Christian Graus

          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