Module OCaml.Direct_call_point
type 'target tA value of type
'target tcorresponds to a direct (i.e. known at compile time) call point in OCaml code.'targetis the type of the node corresponding to the callee.
val call_site : _ t -> Program_counter.OCaml.tThe program counter at (or close to) the call site.
val callee : _ t -> Function_entry_point.tThe address of the first instruction of the callee.
val callee_node : 'target t -> 'targetThe node corresponding to the callee.
val call_count : _ t -> int optionThe number of times the callee was called. Only available if the compiler that recorded the Spacetime profile was configured with "-with-spacetime-call-counts".
Nonewill be returned otherwise.