comparison VMS.h @ 242:b4f684e98d0b

add cache miss counter
author Nina Engelhardt <nengel@mailbox.tu-berlin.de>
date Tue, 08 May 2012 18:58:41 +0200
parents ce1f57e10fac
children 227cd4d33d94
comparison
equal deleted inserted replaced
117:c9f1ea498f1c 118:e6ece53bc94c
109 //AnimSlot 109 //AnimSlot
110 110
111 enum VPtype { 111 enum VPtype {
112 Slave = 1, //default 112 Slave = 1, //default
113 Master, 113 Master,
114 Shutdown 114 Shutdown,
115 Idle
115 }; 116 };
116 117
117 /*This structure embodies the state of a slaveVP. It is reused for masterVP 118 /*This structure embodies the state of a slaveVP. It is reused for masterVP
118 * and shutdownVPs. 119 * and shutdownVPs.
119 */ 120 */