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.cpp1842 struct SampleOverlapStats { struct
1843 SampleContext BaseName;
1844 SampleContext TestName;
1846 uint64_t OverlapCount = 0;
1848 uint64_t OverlapSample = 0;
1851 uint64_t BaseUniqueCount = 0;
1852 uint64_t BaseUniqueSample = 0;
1853 uint64_t TestUniqueCount = 0;
1854 uint64_t TestUniqueSample = 0;
1856 uint64_t BaseCount = 0;
[all …]