aboutsummaryrefslogtreecommitdiffstats
path: root/extraction
diff options
context:
space:
mode:
authorCyril SIX <cyril.six@kalray.eu>2019-09-18 14:05:09 +0200
committerCyril SIX <cyril.six@kalray.eu>2019-09-18 14:05:09 +0200
commita42baf15372e64f398685aaef079a82ea0db834e (patch)
treebf430c795591d63fc85e6b53cd0110a1d9fd818b /extraction
parenta1b4ed93ca2b7a244fb5d6d54c0bd0737f618837 (diff)
downloadcompcert-kvx-a42baf15372e64f398685aaef079a82ea0db834e.tar.gz
compcert-kvx-a42baf15372e64f398685aaef079a82ea0db834e.zip
Timings for Machblockgen, Asmblockgen and postpass scheduling
Diffstat (limited to 'extraction')
-rw-r--r--extraction/extraction.v1
1 files changed, 1 insertions, 0 deletions
diff --git a/extraction/extraction.v b/extraction/extraction.v
index e4c1cb25..ee45b756 100644
--- a/extraction/extraction.v
+++ b/extraction/extraction.v
@@ -136,6 +136,7 @@ Extract Constant Compiler.print_LTL => "PrintLTL.print_if".
Extract Constant Compiler.print_Mach => "PrintMach.print_if".
Extract Constant Compiler.print => "fun (f: 'a -> unit) (x: 'a) -> f x; x".
Extract Constant Compiler.time => "Timing.time_coq".
+Extract Constant Asmgen.time => "Timing.time_coq".
(*Extraction Inline Compiler.apply_total Compiler.apply_partial.*)