Help for this page

Select Code to Download


  1. or download this
    gcov c:/path/to/file.gcda -o relative/path/to/source -b
    
  2. or download this
    $gcov_error = system_no_output(1, $gcov_tool, $da_filename, "-o", 
    $object_dir, "-b");
    ...
        return $result;
    }