PROLEAD
A Probing-Based Leakage Detection Tool for Hardware and Software
|
#include <algorithm>
#include <array>
#include <climits>
#include <cstring>
#include <fstream>
#include <iostream>
#include <string>
#include "Util/CommandLineParameter.hpp"
#include "Hardware/Definitions.hpp"
Go to the source code of this file.
Namespaces | |
namespace | Hardware |
namespace | Hardware::Print |
Functions | |
void | Hardware::Print::Help () |
Prints the manual. | |
unsigned int | Hardware::Print::MemoryConsumption () |
Prints the current memory consumption. | |
void | Hardware::Print::CommandLineSettings (CommandLineParameterStruct &) |
Prints the command line parameters. | |
void | Hardware::Print::ProbeGenerationSettings (Hardware::SettingsStruct &, Hardware::SimulationStruct &, Hardware::TestStruct &) |
Prints the probe generation settings. | |
unsigned int | Hardware::Print::EvaluationSettings (Hardware::SimulationStruct &, Hardware::TestStruct &) |
Prints the evaluation settings. | |
void | Hardware::Print::EvaluationResults (Hardware::SettingsStruct &, Hardware::SimulationStruct &, Hardware::TestStruct &, double &, std::string &, double, unsigned int) |
Prints the evaluation results. | |
void | Hardware::Print::Report (Hardware::SettingsStruct &, Hardware::SimulationStruct &, Hardware::TestStruct &, unsigned int, unsigned int) |
Writes a report file. | |