AutoPas  3.0.0
Loading...
Searching...
No Matches
Namespaces | Functions
TuningLogEntry.cpp File Reference
#include "TuningLogEntry.h"
Include dependency graph for TuningLogEntry.cpp:

Namespaces

namespace  autopas
 This is the main namespace of AutoPas.
 
namespace  autopas::tuningLogEntry
 Contains some helpers to write and read the tuning log entries.
 

Functions

std::string autopas::tuningLogEntry::writeEvidence (long time, size_t iteration, const Configuration &config)
 Writes evidence to a string.
 
std::tuple< long, size_t, Configurationautopas::tuningLogEntry::readEvidence (std::stringstream &str)
 Reads the arguments of an evidence entry in the log file from a stringstream.
 
std::string autopas::tuningLogEntry::writeTune ()
 Writes a tune entry for the log file into a string.
 
bool autopas::tuningLogEntry::readTune (std::stringstream &str)
 Reads the arguments of a tune entry from the stringstream.
 
std::string autopas::tuningLogEntry::writeReset (size_t iteration)
 Writes a reset entry in the log file to a string.
 
std::string autopas::tuningLogEntry::writeLiveInfo (const LiveInfo &liveInfo)
 Writes a liveInfo entry in the log file to a string.
 
autopas::LiveInfo autopas::tuningLogEntry::readLiveInfo (std::stringstream &str)
 Reads the arguments of a live info entry in the log file from a stringstream.
 

Detailed Description

Author
humig
Date
24.09.2021