Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp999 struct SampleOverlapStats { struct
1000 StringRef BaseName;
1001 StringRef TestName;
1003 uint64_t OverlapCount;
1005 uint64_t OverlapSample;
1008 uint64_t BaseUniqueCount;
1009 uint64_t BaseUniqueSample;
1010 uint64_t TestUniqueCount;
1011 uint64_t TestUniqueSample;
1013 uint64_t BaseCount;
[all …]