You can search for identifiers within the package.
in-package search v0.2.0
val elapsed_ns : unit -> int64
elapsed_ns () is a monotonically increasing count of nanoseconds elapsed since some arbitrary point
elapsed_ns ()
val period_ns : unit -> int64 option
period_ns () is Some ns representing the clock's nanosecond period ns, if known
period_ns ()
Some ns
ns