Cadabra
Computer algebra system for field theory problems
|
#include <ProgressMonitor.hh>
Public Member Functions | |
Total () | |
long | time_spent_as_long () const |
bool | operator== (const Total &other) const |
std::string | str () const |
Public Attributes | |
std::string | name |
size_t | call_count |
std::chrono::milliseconds | time_spent |
int | total_steps |
ProgressMonitor::Total::Total | ( | ) |
bool ProgressMonitor::Total::operator== | ( | const Total & | other | ) | const |
std::string ProgressMonitor::Total::str | ( | ) | const |
long ProgressMonitor::Total::time_spent_as_long | ( | ) | const |
size_t ProgressMonitor::Total::call_count |
std::string ProgressMonitor::Total::name |
std::chrono::milliseconds ProgressMonitor::Total::time_spent |
int ProgressMonitor::Total::total_steps |