Home
last modified time | relevance | path

Searched defs:SampleOverlapStats (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp1746 struct SampleOverlapStats { struct
1747 SampleContext BaseName;
1748 SampleContext TestName;
1750 uint64_t OverlapCount = 0;
1752 uint64_t OverlapSample = 0;
1755 uint64_t BaseUniqueCount = 0;
1756 uint64_t BaseUniqueSample = 0;
1757 uint64_t TestUniqueCount = 0;
1758 uint64_t TestUniqueSample = 0;
1760 uint64_t BaseCount = 0;
[all …]