Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

Basic_Consumer.hh File Reference

Produces a single reference stream to canonical page IDs. More...

#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


Detailed Description

Produces a single reference stream to canonical page IDs.

Author:
Scott F. H. Kaplan -- sfkaplan@cs.amherst.edu
Date:
November 2002
A subclass of Consumer that emits a basic page-level reference trace with no extra information about shared space or multiple processes. Canonical page numbers are emitted, however, so that shared pages are not multiply counted. The trace takes the following form:

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.


Define Documentation

#define _BASIC_CONSUMER_HH
 

Definition at line 30 of file Basic_Consumer.hh.


Generated on Fri Jan 31 10:33:35 2003 for Laplace-merge by doxygen1.3-rc2