Scroll down to see more
This is showing that a value (0xABCDE1614) has been written to the shared-memory pointer "j". The value is still in the software cache and not committed to shared memory, so shared memory still contains the value 0x12345678
This is a disassembly view, showing how you can switch between the different processor cores
This is the symbols list, showing that some functions have been duplicated and exist on PPU and SPU
This is the history list. You can click on past events and be taken to the source line and disassembly instruction where the event occurred