Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp1323 struct SampleOverlapStats { struct
1324 SampleContext BaseName;
1325 SampleContext TestName;
1327 uint64_t OverlapCount;
1329 uint64_t OverlapSample;
1332 uint64_t BaseUniqueCount;
1333 uint64_t BaseUniqueSample;
1334 uint64_t TestUniqueCount;
1335 uint64_t TestUniqueSample;
1337 uint64_t BaseCount;
[all …]