ETISS 0.8.0
Extendable Translating Instruction Set Simulator (version 0.8.0)
|
#include <cstdarg>
#include <map>
#include "etiss/CoreDSLCoverage.h"
#include "etiss/jit/Coverage.h"
Go to the source code of this file.
Functions | |
void | vetiss_coverage_count (int count, va_list args) |
Variables | |
std::map< int, int > | coverage_map |
Definition at line 22 of file CoreDSLCoverage.cpp.
References get_metrics::args, coverage_map, and va_arg.
Definition at line 20 of file CoreDSLCoverage.cpp.
Referenced by etiss::CPUCore::execute(), and vetiss_coverage_count().