http://bugs.winehq.org/show_bug.cgi?id=33019
Bug #: 33019 Summary: PDH does not support the 'Object Index' when creating strings Product: Wine Version: 1.5.24 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: pdh AssignedTo: wine-bugs@winehq.org ReportedBy: ehoover@mines.edu Classification: Unclassified
PDH allows for performance counters to be specified to address a particular object. For example, on a machine with multiple processors one uses the index-specific string: \Processor(_Total#0)% Processor Time rather than the generic string: \Processor(_Total)% Processor Time
Silverlight uses these index-specific strings to construct the processor time string, which poses a problem since this is not currently implemented.