Home
last modified time | relevance | path

Searched refs:SnapshotNum (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/compiler-rt/lib/esan/
H A Dworking_set.cpp59 static u32 SnapshotNum; variable
183 ++SnapshotNum; // Simpler to skip 0 whose mod matches everything. in takeSample()
184 while (BitIdx <= MaxAccumBitIdx && (SnapshotNum % Freq) == 0) { in takeSample()
187 SnapshotNum, BitIdx, Freq, NumLines); in takeSample()
196 return SnapshotNum; in getSampleCountWorkingSet()
247 Report(" Total number of samples: %u\n", SnapshotNum); in reportWorkingSet()