tumopp: Tumor growth simulator in C++
Public Member Functions | Private Attributes | List of all members
tumopp::Benchmark Class Reference

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

const rusage epoch_ = wtl::getrusage()
 Reference point.
 
std::stringstream sst_
 String in TSV format.
 

Detailed Description

Utility class for benchmarking.


The documentation for this class was generated from the following file: