elsamuko / perf_usage

Simple demo to count floating point operations with perf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

perf_usage

Simple demo to count floating point operations with perf

usage

Run ./run.sh to compile and trace a sample programm with perf.
If you run on a virtual machine, perf won't be able to trace floating point operations.

About

Simple demo to count floating point operations with perf


Languages

Language:Shell 67.6%Language:C++ 32.4%