|
Molecular Dynamics Simulation
1.0
|
#include "ProgressBarInterceptor.h"#include <spdlog/fmt/chrono.h>#include <sys/ioctl.h>#include <filesystem>#include <iostream>#include "io/logger/Logger.h"#include "simulation/SimulationParams.h"#include "utils/FormatTime.h"
Go to the source code of this file.
Functions | |
| int | displayed_width (const char *p) |
| void | printProgress (const std::filesystem::path &input_file_path, size_t percentage, size_t iteration, size_t expected_iterations, int estimated_remaining_seconds=-1, double particle_updates_per_second=-1, bool finished=false) |
| int displayed_width | ( | const char * | p | ) |
Definition at line 13 of file ProgressBarInterceptor.cpp.
| void printProgress | ( | const std::filesystem::path & | input_file_path, |
| size_t | percentage, | ||
| size_t | iteration, | ||
| size_t | expected_iterations, | ||
| int | estimated_remaining_seconds = -1, |
||
| double | particle_updates_per_second = -1, |
||
| bool | finished = false |
||
| ) |
Definition at line 28 of file ProgressBarInterceptor.cpp.