Skip to main content

git_invocations

Function git_invocations 

Source
pub fn git_invocations() -> u64
Expand 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.