plibsys icon indicating copy to clipboard operation
plibsys copied to clipboard

Add support for code coverage on Solaris

Open saprykin opened this issue 8 years ago • 0 comments

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 avatar Nov 09 '16 12:11 saprykin