c++ - Using Lcov in a cluster -
i working in c/c++ application solves logical formulas. in order make coverage analysis using gcov (http://gcc.gnu.org/onlinedocs/gcc/gcov.html) executing in cluster/grid , partially happy due fact can gather information interested in on other hand presentation layer difficult without big efforts in parsing data obtained.
so decided use lcov (http://ltp.sourceforge.net/coverage/lcov.php) allow generate html output based on results, if can execute lcov locally in user workstation use in cluster did not find yet suitable way execute lcov in cluster, gather results of executions in nodes , generate html output combining results.
any suggestions regard problem welcomed!
thanks in advance!
best!
Comments
Post a Comment