The provided sample typecore.json shows:
load(bytecomp/opcodes.ml) 30 396 151 744 080
i.e. 30396 calls and 151744080 CPU cycles. I've been told (personal communication) that this landmark wraps the initialization for that compilation unit, so it should really be called at most once in a given process (as other load(...) landmark).