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

Consumer.cc File Reference

Code of base class for reading traces and rebuilding system state. More...

#include <assert.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "Consumer.hh"

Go to the source code of this file.


Detailed Description

Code of base class for reading traces and rebuilding system state.

Author:
Scott F. H. Kaplan <sfkaplan@cs.amherst.edu>
Date:
November 2002

A class used to read both a kernel and reference trace and, with each record, update data structures that reflect the state of the processes and the memory.

Note that this is a PURE VIRTUAL CLASS: It does not define the initialize(), act_on_kernel_record(), act_on_reference_record(), and clean_up() methods. By defining these methods, a subclass can choose to maintain extra data structures or to produce output before processing, at the processing of each record, and after processing.

Definition in file Consumer.cc.


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