Searched refs:BytesCovered (Results 1 – 1 of 1) sorted by relevance
54 uint64_t BytesCovered = 0; in collectStatsForDie() local59 BytesCovered = BytesInScope; in collectStatsForDie()71 BytesCovered += Entry.End - Entry.Begin; in collectStatsForDie()86 BytesCovered = BytesInScope; in collectStatsForDie()108 GlobalStats.ScopeBytesCovered += std::min(BytesInScope, BytesCovered); in collectStatsForDie()