![]() |
Cadabra
Computer algebra system for field theory problems
|
Object to accumulate total time and call counts for a particular named execution group.
#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 |
| std::vector< std::string > | messages |
| 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::vector<std::string> ProgressMonitor::Total::messages |
| std::string ProgressMonitor::Total::name |
| std::chrono::milliseconds ProgressMonitor::Total::time_spent |
| int ProgressMonitor::Total::total_steps |