Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for code coverage on Solaris #35

Open
saprykin opened this issue Nov 9, 2016 · 0 comments
Open

Add support for code coverage on Solaris #35

saprykin opened this issue Nov 9, 2016 · 0 comments
Assignees

Comments

@saprykin
Copy link
Owner

saprykin commented Nov 9, 2016

Solaris has its own code coverage tool named tcov.

About using tcov: Analyzing Program Performance with Sun WorkShop.

About -xprofile option for Oracle/Sun compiler: Oracle docs.

I have also found some useful information about Oracle/Sun compiler versions: old versions and newer versions. We need it because there two ways to enable code coverage, and according to some threads a new way was supported at least since SunPro C 4.x version.

During library configuration we should select one of the code coverage ways.

@saprykin saprykin self-assigned this Nov 9, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant