pub fn git_invocations() -> u64Expand description
How many times this process has shelled out to git while serving.
Exposed so a test can budget it. A page’s read latency is mostly its
process spawns, and the count is the half of that which does not move
with machine load – see tests/phase1_spawns.rs.