parse_verifier_stats

Function parse_verifier_stats 

Source
pub fn parse_verifier_stats(log: &str) -> VerifierStats
Expand description

Parse verifier stats from the log output.

The kernel always emits a “processed N insns …” line. When BPF_LOG_STATS is set, it also emits “verification time” and “stack depth” lines.