#include <misc_util.hpp>
Include dependency graph for tracer.hpp:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
struct | bs |
class | Tracer |
Defines | |
#define | VERSION_TRACER 1 |
#define | REPORT_DELIMITER "|" |
#define | REPORT_NO_ENTRY "!" |
#define | TRACER_GLOBAL_REPORT_FILE "globalreport.txt" |
#define | TRACER_DETAILED_REPORT_FILE "detailedreport.txt" |
#define | TRACER_HEURISTICS_COMPARISON_TOLERANCE 1e-8 |
#define | TRACER_INVALID_ENTRY -999999999 |
#define | EXIT_ON_ITER 1000 |
#define | TRACE_ITER_SIZE EXIT_ON_ITER+2 |
Typedefs | |
typedef bs | bound_struct |
#define VERSION_TRACER 1 |
Definition at line 14 of file tracer.hpp.
Referenced by Tracer::detailedReport(), and Tracer::globalReport().
#define REPORT_DELIMITER "|" |
Definition at line 15 of file tracer.hpp.
Referenced by Tracer::detailedReport(), and Tracer::globalReport().
#define REPORT_NO_ENTRY "!" |
Definition at line 16 of file tracer.hpp.
Referenced by Tracer::detailedReport(), GlobalReport::getDoubleParam(), and Tracer::globalReport().
#define TRACER_GLOBAL_REPORT_FILE "globalreport.txt" |
#define TRACER_DETAILED_REPORT_FILE "detailedreport.txt" |
#define TRACER_HEURISTICS_COMPARISON_TOLERANCE 1e-8 |
#define TRACER_INVALID_ENTRY -999999999 |
Definition at line 22 of file tracer.hpp.
Referenced by Tracer::boundAtIter(), Tracer::boundAtTime(), Tracer::boundAtTimeInterpolated(), compare(), compare_strict(), compareImpr(), Tracer::detailedReport(), GlobalReport::getDoubleParam(), Tracer::globalReport(), main(), Tracer::populated(), and Tracer::Tracer().
#define EXIT_ON_ITER 1000 |
#define TRACE_ITER_SIZE EXIT_ON_ITER+2 |
typedef struct bs bound_struct |