|
CohereSim: A Bus-based Cache Simulator
v3.3
A tool for education in computing - learn about coherence protocols, replacement policies, and SMP vs DSM
|
The BusEvent class. More...
#include <interactive_mode_coherence.h>
Public Member Functions | |
| bus_event (bus_msg_e bmsg, uint32_t issuer) | |
| Create a new bus event. More... | |
| bus_event (statistic_e stat, uint32_t issuer) | |
| Create a new bus event. More... | |
Data Fields | |
| uint32_t | event |
| The bus event that occurred. | |
| uint32_t | issuer |
| The id of the resonsible cache. | |
The BusEvent class.
| bus_event::bus_event | ( | bus_msg_e | bmsg, |
| uint32_t | issuer | ||
| ) |
Create a new bus event.
| bmsg | The bus event that occurred |
| issuer | The id of the responsible cache |
| bus_event::bus_event | ( | statistic_e | stat, |
| uint32_t | issuer | ||
| ) |
Create a new bus event.
| stat | The bus event that occurred |
| issuer | The id of the responsible cache |