Software Tuning, Performance Optimization & Platform Monitoring
Discussion regarding monitoring and software tuning methodologies, Performance Monitoring Unit (PMU) of Intel microprocessors, and platform updating.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

Intel PCM - 1 or l, is it wrong?

GHui
Novice
709 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
709 Views
GHui,

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

Roman
0 Kudos
Reply