aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/output-modulo-time
diff options
context:
space:
mode:
authorGravatar Gaëtan Gilbert <gaetan.gilbert@skyskimmer.net>2017-12-19 12:24:34 +0100
committerGravatar Gaëtan Gilbert <gaetan.gilbert@skyskimmer.net>2017-12-19 12:24:34 +0100
commite48a20056e298215392b9a756dcc52cdf5c825fa (patch)
treee3fb3b7a3fe03812f6912bcfe856c2cff7b19474 /test-suite/output-modulo-time
parentf431dac2e219cb2a76b22e452d6e407869d89f42 (diff)
Fix ltacprof_abstract (I think because of #6411 parallel merge).
Diffstat (limited to 'test-suite/output-modulo-time')
-rw-r--r--test-suite/output-modulo-time/ltacprof_abstract.out15
1 files changed, 9 insertions, 6 deletions
diff --git a/test-suite/output-modulo-time/ltacprof_abstract.out b/test-suite/output-modulo-time/ltacprof_abstract.out
index c60c5abdd..fef4fa248 100644
--- a/test-suite/output-modulo-time/ltacprof_abstract.out
+++ b/test-suite/output-modulo-time/ltacprof_abstract.out
@@ -1,14 +1,17 @@
-total time: 0.964s
+total time: 0.922s
tactic local total calls max
────────────────────────────────────────┴──────┴──────┴───────┴─────────┘
-─sleep' -------------------------------- 100.0% 100.0% 1 0.964s
-─abstract (sleep; constructor) --------- 0.0% 100.0% 1 0.964s
+─abstract (sleep; constructor) --------- 0.0% 100.0% 1 0.922s
+─sleep' -------------------------------- 100.0% 100.0% 1 0.922s
─constructor --------------------------- 0.0% 0.0% 1 0.000s
+─sleep --------------------------------- 0.0% 0.0% 0 0.000s
tactic local total calls max
────────────────────────────────────────┴──────┴──────┴───────┴─────────┘
-─abstract (sleep; constructor) --------- 0.0% 100.0% 1 0.964s
- ├─sleep' ------------------------------ 100.0% 100.0% 1 0.964s
- └─constructor ------------------------- 0.0% 0.0% 1 0.000s
+─abstract (sleep; constructor) --------- 0.0% 100.0% 1 0.922s
+ ├─sleep' ------------------------------ 100.0% 100.0% 1 0.922s
+ ├─constructor ------------------------- 0.0% 0.0% 1 0.000s
+ └─sleep ------------------------------- 0.0% 0.0% 0 0.000s
+ └sleep' ------------------------------ 0.0% 0.0% 0 0.000s