10 lines
1.4 KiB
Markdown
10 lines
1.4 KiB
Markdown
---
|
||
title: "Simplified Performance Counters in .NET"
|
||
date: 2010-03-20T21:00:54.891-05:00
|
||
slug: simplified-performance-counters-in-net
|
||
published: true
|
||
---
|
||
|
||
I just posted an article on [CodeProject](http://www.codeproject.com) about a generalized code block which can be used in a common scenario for simple performance benchmarking. Check out ["Simplified Performance Counters for Timed Operations" here](http://www.codeproject.com/KB/dotnet/simpleperfcounters.aspx)…
|
||
|
||
[](http://popcyclical.com/content/binary/images/SimplifiedPerformanceCountersin.NET_E293/OperationPerformanceCounter_AddCounters.png) [](http://popcyclical.com/content/binary/images/SimplifiedPerformanceCountersin.NET_E293/OperationPerformanceCounter_OperationsPerSecond.png) [](http://popcyclical.com/content/binary/images/SimplifiedPerformanceCountersin.NET_E293/OperationPerformanceCounter_AverageDuration.png) |