Cadabra
Computer algebra system for field theory problems
|
#include <string>
#include <chrono>
#include <stack>
#include <map>
#include <vector>
#include <functional>
Go to the source code of this file.
Classes | |
class | ProgressMonitor |
Object keeping track of time spent in nested execution blocks, and keeping track of out-of-band messages produced by these blocks. More... | |
class | ProgressMonitor::Total |
Object to accumulate total time and call counts for a particular named execution group. More... | |
class | ProgressMonitor::Block |
A single element of the nested group call stack. More... | |
class | ScopedProgressGroup |