#include <stage.hh>
Public Member Functions | |
LogEntry (usec_t timestamp, Model *mod) | |
Static Public Member Functions | |
static void | Clear () |
static size_t | Count () |
static void | Print () |
Static Public Attributes | |
static std::vector< LogEntry > | log |
static void Stg::LogEntry::Clear | ( | ) | [inline, static] |
Clear the log
static size_t Stg::LogEntry::Count | ( | ) | [inline, static] |
Returns the number of logged entries
void LogEntry::Print | ( | ) | [static] |
Print the log on stdout
std::vector< LogEntry > LogEntry::log [static] |
A log of all LogEntries ever created