Added a basic test for Performance Counters
Created by: silabs-sukakkar
Bit # | Event Name | |
---|---|---|
0 | CYCLES | Number of cycles |
1 | INSTR | Number of instructions retired |
2 | LD_STALL | Number of load use hazards |
3 | JMP_STALL | Number of jump register hazards |
5 | LD | Number of data interface read transactions as a result of load instructions |
---|---|---|
6 | ST | Number of data interface write transactions as a result of store instructions |
7 | JUMP | Number of jumps (unconditional) |
8 | BRANCH | Number of branches (conditional) |
9 | BRANCH_TAKEN | Number of branches taken (conditional) |
10 | COMP_INSTR | Number of compressed instructions retired |