#include <stdio.h>
#include "Reference_Reader.hh"
#include "Process.hh"
#include "Task.hh"
#include "types-and-constants.hh"
Go to the source code of this file.
Compounds | |
class | Consumer |
Process the reference and kernel traces. More... | |
Defines | |
#define | _CONSUMER_HH |
A class used to read both a kernel and reference trace and, with each record, update data structures that reflect the state of the tasks and the memory.
Note that this is an ABSTRACT CLASS: A subclass, by defining the pure virtual methods found in this class, 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.hh.
|
Definition at line 23 of file Consumer.hh. |