aboutsummaryrefslogtreecommitdiff
path: root/kernel/nativelib.mli
diff options
context:
space:
mode:
authorMaxime Dénès2017-08-29 17:13:03 +0200
committerMaxime Dénès2017-08-29 17:13:03 +0200
commitf1806ab001cfbc9548e607397fc55b9c1be7c25b (patch)
tree9a14f5bc56e4ad19b977f6606ff86d86d8d892d7 /kernel/nativelib.mli
parentf67ebbba77998e6469ad0fc9dc80b306ab2e62ce (diff)
parentc62a286bad2ec0ced1e7b5e8987f5f7e476ab11c (diff)
Merge PR #950: Rudimentary support for native_compute profiling, BZ#5170
Diffstat (limited to 'kernel/nativelib.mli')
-rw-r--r--kernel/nativelib.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/nativelib.mli b/kernel/nativelib.mli
index e8b51dc366..a262a9f58a 100644
--- a/kernel/nativelib.mli
+++ b/kernel/nativelib.mli
@@ -19,7 +19,7 @@ val load_obj : (string -> unit) ref
val get_ml_filename : unit -> string * string
-val compile : string -> global list -> bool * string
+val compile : string -> global list -> profile:bool -> bool * string
val compile_library : Names.dir_path -> global list -> string -> bool