aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Carpet/src/TimerNode.hh
diff options
context:
space:
mode:
Diffstat (limited to 'Carpet/Carpet/src/TimerNode.hh')
-rw-r--r--Carpet/Carpet/src/TimerNode.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/Carpet/Carpet/src/TimerNode.hh b/Carpet/Carpet/src/TimerNode.hh
index 91c6c06a6..5852e8379 100644
--- a/Carpet/Carpet/src/TimerNode.hh
+++ b/Carpet/Carpet/src/TimerNode.hh
@@ -95,6 +95,7 @@ public:
TimerNode* getChildTimer(string name);
double getTime();
+ void getGlobalTime(double& avg, double &max);
vector<pair<string, string> > getAllTimerNames() const;
vector<double> getAllTimerValues();
bool isRunning() const;