I’m currently using the PeformanceCounter Increment method. If I call this on every event will the PeformanceCounter framework calc the events per second? Or I have have to write the code to do this? If so does anyone have any examples?
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You need to define multiple counters: number of operations, average time per operation and average time per operation base. Here’s a nice article that should help you get started.