llvm_profparser 0.1.0-alpha1

Parsing and interpretation of llvm coverage profiles and generated data
Documentation

llvm-profparser

Build Status License Coverage Status

This is a WIP to parse the llvm instrumentation profraw file format and avoid the need to install and use the llvm-profdata binary.

This project is not affilated with the llvm-project in anyway! It is merely a parser for some of their file formats to aid interoperability in Rust.

License

llvm_profparser is currently licensed under the terms of the Apache License (Version 2.0). See LICENSE for details. Test data included from the llvm-project residing in tests/data retains the llvm license. See the llvm-project for details.