#include "Consumer.hh"
Go to the source code of this file.
Compounds | |
class | Basic_Consumer |
A subclass of Consumer that produces a simple reference trace. More... | |
Defines | |
#define | _BASIC_CONSUMER_HH |
R 14fe3
The first field is the ``type tag'': A single character, either 'R' or 'W', to indicate whether or not the reference is a read or a write. Note that this trace format does not distinguish between kernel and user references. Instruction references are considered read operations.
The second field is the page number: A hexidecimal value giving the canonical page number being referenced.
Definition in file Basic_Consumer.hh.
|
Definition at line 30 of file Basic_Consumer.hh. |