aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-04-22 09:28:34 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-04-22 09:28:34 +0000
commit644a90a89e927e9f11337788163ef5977c7f416c (patch)
treef5b1cec66ff7c45ab6d96b1f757b288d934d95ad
parent9861c3eb8dd6f0834f170280feddc62a3a9db9dd (diff)
remove timer calls -- execution is so fast it's not worth bothering
with the timing git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@556 f88db872-0e4f-0410-b76b-b9085cfa78c5
-rw-r--r--src/gr/driver.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gr/driver.cc b/src/gr/driver.cc
index f63bcd4..58eeaf6 100644
--- a/src/gr/driver.cc
+++ b/src/gr/driver.cc
@@ -152,11 +152,7 @@ patch_system ps(origin_x, origin_y, origin_z,
if (STRING_EQUAL(method, "horizon"))
then {
ps.read_ghosted_gridfn(ghosted_gfns::gfn__h, "h.dat", false);
- const int timer_handle = CCTK_TimerCreateI();
- CCTK_TimerStartI(timer_handle);
horizon_function(ps, cgi, gii);
- CCTK_TimerStopI(timer_handle);
- CCTK_TimerPrintDataI(timer_handle, -1);
ps.print_gridfn(nominal_gfns::gfn__H, "H.dat");
}
else CCTK_VWarn(-1, __LINE__, __FILE__, CCTK_THORNSTRING,