Home
last modified time | relevance | path

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

/external/compiler-rt/lib/esan/
Dworking_set.cpp59 static u32 SnapshotNum; variable
182 ++SnapshotNum; // Simpler to skip 0 whose mod matches everything. in takeSample()
183 while (BitIdx <= MaxAccumBitIdx && (SnapshotNum % Freq) == 0) { in takeSample()
186 SnapshotNum, BitIdx, Freq, NumLines); in takeSample()
241 Report(" Total number of samples: %u\n", SnapshotNum); in reportWorkingSet()