I've been searching for a possibility to count the number of operations of a single program run. For example how many multiplications or additions occured. I need this to describe the complexity of an algorithm. Does the PAPI provide such functionality ?
Many thanks
