Software Tuning, Performance Optimization & Platform Monitoring
Discussion regarding monitoring and software tuning methodologies, Performance Monitoring Unit (PMU) of Intel microprocessors, and platform updating.

Intel PCM - 1 or l, is it wrong?

GHui
Novice
374 Views
cpucounterstest.cpp:218 (Version 1.7)
------------------------------
wcscmp(argv, L"-h") == 0 ||
wcscmp(argv[1], L"/h") == 0)
#else
if (strcmp(argv, "--help") == 0 ||


I think the 1 is mistaken for l. Am I right? Although it won't be a serious fault.
0 Kudos
1 Reply
Roman_D_Intel
Employee
374 Views
GHui,

you are right, there should be 'l'. Thanks for reporting this.

Roman
0 Kudos
Reply