meta-pareon
Vector Fabrics' Pareon tool suite helps programmers to find potential parallelism (Pareon Profile) or software bugs (Pareon Verify) in their software. The Pareon tools work by instrumenting source code during compilation and then observing the behaviour at run-time. This is also called "dynamic analysis". By popular request, we created a meta-pareon layer to be used to instrument base libraries and applications in the platform that is built using bitbake.
Git repository
https://github.com/vectorfabrics/meta-pareon web repo
Last commit: 8 years, 11 months ago (master branch)
Maintainers
Recipe name | Version | Description |
---|---|---|
helloworld | 1.0.0 | Minimal Hello world! |
helloworld-cpp | 1.0.0 | Minimal Hello world! |
libpareon-profile | vfs | Pareon Profile shared library |
libpareon-verify | vfs | Pareon Verify shared library |
pareon-profile-cross | vfs | Wrapper script for the Pareon compiler |
pareon-verify-cross | vfs | Wrapper script for the Pareon compiler |