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 have moved to the Altera Community. Existing Intel Community members can sign in with their current credentials.

FP_COMP_OPS_EXE on Silvermont?

4f0drlp7eyj3
Beginner
702 Views

Hi,

   Is there an equivalent of the FP_COMP_OPS_EXE family of events (.X87, .SSE_FP_PACKED_DOUBLE, etc.) for Silvermont chips? I am trying to use Linux "perf" to get at performance statistics of a scientific code, but from the non-architectural events listed in Table 19-18 of the Software Developer's Manual (Vol. 3), I don't see anything. If there isn't, does anyone have advice on counting FlOps and integer ops on Silvermont?

Thanks,

 

Chris

0 Kudos
2 Replies
A_T_Intel
Employee
702 Views

Silvermont Performance Monitoring events do not include a FLOPS event and I believe the closest you are going to get on Silvermont are the events:

1. UOPS_RETIRED.X87

2. UOPS_RETIRED.MUL

3. UOPS_RETIRED.DIV

 

 

0 Kudos
4f0drlp7eyj3
Beginner
702 Views

Perry,

   Thanks very much, that helps.

Cheers; Chris

0 Kudos
Reply