[resend PATCH] pdh: Support the 'Processor' object string.

Alexandre Julliard julliard at winehq.org
Mon May 13 06:21:12 CDT 2019


Vijay Kiran Kamuju <infyquest at gmail.com> writes:

> @@ -204,6 +206,7 @@ static void CALLBACK collect_uptime( struct counter *counter )
>  static const struct source counter_sources[] =
>  {
>      { 6,    path_processor_time,    collect_processor_time,     TYPE_PROCESSOR_TIME,    -5,     10000000 },
> +    { 238,  path_processor,         NULL,                       0,                       0,     0 },

So what happens if you use PdhAddCounter with this counter?

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list