aboutsummaryrefslogtreecommitdiffstats
path: root/driver/Driver.ml
diff options
context:
space:
mode:
authorBernhard Schommer <bernhardschommer@gmail.com>2014-09-29 14:04:59 +0200
committerBernhard Schommer <bernhardschommer@gmail.com>2014-09-29 14:04:59 +0200
commite5b59af8a21c42b504b1beeb89208dd0cb0c8b3b (patch)
treec257060ca943eade1562bf9071a54a6f82fa5467 /driver/Driver.ml
parent6087efa0b68ae3a1b003dac86970719728976395 (diff)
downloadcompcert-e5b59af8a21c42b504b1beeb89208dd0cb0c8b3b.tar.gz
compcert-e5b59af8a21c42b504b1beeb89208dd0cb0c8b3b.zip
Moved the timing facility to a seperate file.
Diffstat (limited to 'driver/Driver.ml')
-rw-r--r--driver/Driver.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/driver/Driver.ml b/driver/Driver.ml
index ae397838..7dacc4d2 100644
--- a/driver/Driver.ml
+++ b/driver/Driver.ml
@@ -13,6 +13,7 @@
open Printf
open Camlcoq
open Clflags
+open Timing
(* Location of the compatibility library *)