tumopp: Tumor growth simulator in C++
|
Utility class for benchmarking. More...
#include <benchmark.hpp>
Public Member Functions | |
void | append (std::size_t size) |
Append current state to sst_. | |
std::streambuf * | rdbuf () const |
Get TSV stream buffer. |
Private Attributes | |
std::stringstream | sst_ {} |
String in TSV format. |
Utility class for benchmarking.