xd009642 / llvm-profparser

Mostly complete pure rust implementation of parsing llvm instrumentation profile data
Apache License 2.0
13 stars 9 forks source link

I think I've got it by jove #15

Closed xd009642 closed 2 years ago

xd009642 commented 2 years ago

So all the counts from the instrumentation profile are added as instrumentation counts. Some of them are likely not in the coverage mapping stuff because expressions map to those source lines and they don't directly map (instead indirectly mapping in a not so easily mappable form)