performancecounter - What is the performance hit of Performance Counters -


when considering using performance counters companies' .net based site, wondering how big overhead of using them.

do want have site continuously update it's counters or better off when measure?

the performance impact negligible in updating. microsoft's intent write performance counters. it's monitoring of (or capturing of) performance counters cause degradation of performance. so, when use perfmon capture data.

in effect, performance counter objects have effect of "doing when measure."


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -