Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp1687 struct SampleOverlapStats { struct
1688 SampleContext BaseName;
1689 SampleContext TestName;
1701 uint64_t BaseCount = 0;
1702 uint64_t BaseSample = 0;
1703 uint64_t TestCount = 0;
1704 uint64_t TestSample = 0;
1706 uint64_t UnionCount = 0;
1709 double Similarity = 0.0;
1712 double BaseWeight = 0.0;
[all …]