Linear & Logarithmic Counters

Two different type of execution counters are supported, linear and logarithmic. This can be switched with the 'Type' selector (green ellipse) resulting in one of the following:

Linear:

Linear counters count up 1 for every time that specific instruction is executed; from 1 to max 18.446.744.073.709.551.615 (i.e. a 64 bit unsigned integer). When the max value is reached the counter will stop on the max value.

Logarithmic:

Logarithmic counters use the formula 5*ln(number of executions), resulting in a range of 1 to max 221. The same counter value is used to set the colour of the instruction.