aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Carpet/src/Recompose.cc
diff options
context:
space:
mode:
authorIan Hinder <ian.hinder@aei.mpg.de>2011-06-02 11:13:18 +0200
committerBarry Wardell <barry.wardell@gmail.com>2011-12-14 18:26:31 +0000
commit354e98350a75316f2976b7ccdd43938797485a7c (patch)
tree949469c4e5735a15f0edd26d557387ab28cb3e0a /Carpet/Carpet/src/Recompose.cc
parent26ee29ba4a30a2111bf0e130b916a657ba139a97 (diff)
Adapt Carpet to hierarchical timers
Specifically, remove any hierarchy information that has been added to the name of timers, as well as any code for creating timers dynamically, as these are now unnecessary. Additionally, time some previously-untimed parts of the code and make timer names in some places more consistent.
Diffstat (limited to 'Carpet/Carpet/src/Recompose.cc')
-rw-r--r--Carpet/Carpet/src/Recompose.cc12
1 files changed, 6 insertions, 6 deletions
diff --git a/Carpet/Carpet/src/Recompose.cc b/Carpet/Carpet/src/Recompose.cc
index dfdeec847..8e4e53a27 100644
--- a/Carpet/Carpet/src/Recompose.cc
+++ b/Carpet/Carpet/src/Recompose.cc
@@ -90,7 +90,7 @@ namespace Carpet {
void
CheckRegions (gh::mregs const & regsss)
{
- char const * const where = "Carpet::CheckRegions";
+ char const * const where = "CheckRegions";
static Timer timer (where);
timer.start();
@@ -148,7 +148,7 @@ namespace Carpet {
{
DECLARE_CCTK_PARAMETERS;
- char const * const where = "Carpet::Regrid";
+ char const * const where = "Regrid";
static Timer timer (where);
timer.start();
@@ -265,7 +265,7 @@ namespace Carpet {
{
DECLARE_CCTK_PARAMETERS;
- char const * const where = "Carpet::RegridMap";
+ char const * const where = "RegridMap";
static Timer timer (where);
timer.start();
@@ -325,7 +325,7 @@ namespace Carpet {
{
DECLARE_CCTK_PARAMETERS;
- char const * const where = "Carpet::PostRegrid";
+ char const * const where = "PostRegrid";
static Timer timer (where);
timer.start();
@@ -380,7 +380,7 @@ namespace Carpet {
int const rl,
bool const do_init)
{
- char const * const where = "Carpet::Recompose";
+ char const * const where = "Recompose";
static Timer timer (where);
timer.start();
@@ -408,7 +408,7 @@ namespace Carpet {
RegridFree (cGH const * const cctkGH,
bool const do_init)
{
- char const * const where = "Carpet::RegridFree";
+ char const * const where = "RegridFree";
static Timer timer (where);
timer.start();