aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Carpet/src/Timing.cc
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2006-07-05 04:28:00 +0000
committerErik Schnetter <schnetter@cct.lsu.edu>2006-07-05 04:28:00 +0000
commitab493f572a1364e7a9fe5e9b042b9ce391bfdd3f (patch)
treecfdc939c394b28de38c54f787e888b7f1db9f198 /Carpet/Carpet/src/Timing.cc
parent68a5706be104793cc5a75ee17bd5333d35931bcb (diff)
Carpet: Reword timing information
darcs-hash:20060705042828-dae7b-5d4973a83c4a87e1c3987e801290b764c147733a.gz
Diffstat (limited to 'Carpet/Carpet/src/Timing.cc')
-rw-r--r--Carpet/Carpet/src/Timing.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/Carpet/Carpet/src/Timing.cc b/Carpet/Carpet/src/Timing.cc
index cdc9e3f79..0af37f964 100644
--- a/Carpet/Carpet/src/Timing.cc
+++ b/Carpet/Carpet/src/Timing.cc
@@ -148,7 +148,8 @@ namespace Carpet {
CCTK_REAL const updates_per_second = total_updates / elapsed_walltime;
CCTK_VInfo (CCTK_THORNSTRING,
- "Grid points per second: %g", double (updates_per_second));
+ "Grid point updates per process per second: %g",
+ double (updates_per_second));
#if 0
CCTK_REAL const updates_per_second_2 = ipow (updates_per_second, 2);