#include <stdio.h>
#include <stdlib.h>
#include "Page_Reduced_Reader.hh"
#include "types-and-constants.hh"
Go to the source code of this file.
Defines | |
#define | TASK_ID_LIST_FILENAME "task-ID-list" |
The filename of the task ID list. | |
#define | REDUCTION_MEMORY_SIZE_FILENAME "SAD-reduction-memory-size" |
The filename of the reduction memory size file. |
A subclass of Reference_Reader that can read the page-level reduced reference traces produced by the page-level-reducer reference handler. The data from each record is then transformed appropriately for use by Laplace-merge.
Definition in file Page_Reduced_Reader.cc.
|
The filename of the reduction memory size file.
Definition at line 34 of file Page_Reduced_Reader.cc. |
|
The filename of the task ID list.
Definition at line 31 of file Page_Reduced_Reader.cc. |