aboutsummaryrefslogtreecommitdiff
path: root/src/gr/driver.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/gr/driver.cc')
-rw-r--r--src/gr/driver.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gr/driver.cc b/src/gr/driver.cc
index 58eeaf6..f63bcd4 100644
--- a/src/gr/driver.cc
+++ b/src/gr/driver.cc
@@ -152,7 +152,11 @@ 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,