第 33 章 runtime_events 库

the runtime_events 库提供了一个 API,用于从运行时获取运行时跟踪和指标信息。有关更多信息,请参阅第 ‍25 章。

使用 runtime_events 的程序必须按如下方式链接

        ocamlc -I +runtime_events other options unix.cma runtime_events.cma other files
        ocamlopt -I +runtime_events other options unix.cmxa runtime_events.cmxa other files

使用 runtime_events 库的编译单元还必须使用 -I +runtime_events 选项进行编译(请参阅第 ‍13 章)。