#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include "Instruction_Reduced_Reader.hh"
#include "types-and-constants.hh"
Go to the source code of this file.
A subclass of Reference_Reader that can read the instruction-level reduced reference traces produced by the instruction-level-reducer reference handler. The data from each record is then transformed appropriately for use by Laplace-merge.
Definition in file Instruction_Reduced_Reader.cc.