Skip to content

Performance measuring with Intel SDE

Marcel Koch requested to merge feature/sde-performance-measuring into master

This allows to use Intel SDE for performance measurements. SDE is capable of counting exactly the executed FLOP and transferred Byte of a program. The output is quite excessive, but it can be reduced to the essentials with this script.

Warning: SDE increases the runtime considerably, it should only be used for small problems.

Merge request reports