where is the perf stats registry key?

  • Thread starter Thread starter Carl
  • Start date Start date
C

Carl

Hi there,

Does anyone know the exact location of a registry key on Pocket PC 2002
that switches on logging of performance statistics for garbage
collection object allocation etc of C#. I see this registry key
mentioned in the microsoft mobile developers conference in the
powerpoint doc (CLI421.ppt), but I can't find the path to this key anywhere.

Thanks in advance!
 
Carl said:
Hi there,

Does anyone know the exact location of a registry key on Pocket PC 2002
that switches on logging of performance statistics for garbage
collection object allocation etc of C#. I see this registry key
mentioned in the microsoft mobile developers conference in the
powerpoint doc (CLI421.ppt), but I can't find the path to this key
anywhere.

Thanks in advance!

I found the answer to this myself in this newsgroup, courtesy of Scott
Corbin:

"Here is an excerpt from a reply I posted a few months ago on this topic:
To enable perf counters, create a dword registry key called "Counters" in
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETCompactFramework\PerfMonitor"
and give it the value of 1. (Set it to 0 when you want to disable the perf
counters.) "
 
Back
Top