aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/timestat.hh
diff options
context:
space:
mode:
Diffstat (limited to 'Carpet/CarpetLib/src/timestat.hh')
-rw-r--r--Carpet/CarpetLib/src/timestat.hh11
1 files changed, 11 insertions, 0 deletions
diff --git a/Carpet/CarpetLib/src/timestat.hh b/Carpet/CarpetLib/src/timestat.hh
index d175d14a8..11a7a00aa 100644
--- a/Carpet/CarpetLib/src/timestat.hh
+++ b/Carpet/CarpetLib/src/timestat.hh
@@ -48,6 +48,17 @@ extern timestat wtime_copyfrom_wait_changeproc_wait;
extern timestat wtime_copyfrom_wait_copyfrom_nocomm;
extern timestat wtime_copyfrom_wait_delete;
+extern timestat wtime_copyfrom_recvinner_allocate;
+extern timestat wtime_copyfrom_recvinner_recv;
+extern timestat wtime_copyfrom_sendinner_allocate;
+extern timestat wtime_copyfrom_sendinner_copy;
+extern timestat wtime_copyfrom_sendinner_send;
+extern timestat wtime_copyfrom_recvwaitinner_wait;
+extern timestat wtime_copyfrom_recvwaitinner_copy;
+extern timestat wtime_copyfrom_recvwaitinner_delete;
+extern timestat wtime_copyfrom_sendwaitinner_wait;
+extern timestat wtime_copyfrom_sendwaitinner_delete;
+
extern timestat wtime_changeproc_recv;
extern timestat wtime_changeproc_send;
extern timestat wtime_changeproc_wait;