Improve error message on misplaced async modifiers
[hiphop-php.git] / hphp / hack / src / utils / cpu_cycles.mli
blob49a4ab223a3de2a6987f291303d1ffada2011409
1 (**
2 * Copyright (c) 2019, Facebook, Inc.
3 * All rights reserved.
5 * This source code is licensed under the MIT license found in the
6 * LICENSE file in the "hack" directory of this source tree.
8 *)
10 (* This `.mli` file was generated automatically. It may include extra
11 definitions that should not actually be exposed to the caller. If you notice
12 that this interface file is a poor interface, please take a few minutes to
13 clean it up manually, and then delete this comment once the interface is in
14 shape. *)
16 external cpu_cycles : unit -> int = "ocaml_cpu_cycles" "ocaml_cpu_cycles"