Help for this page

Select Code to Download


  1. or download this
    my $gcov_tool   = 'gcov';
    my $da_filename = 'c:/path/to/file.gcda';
    ...
    
    $gcov_error = system_no_output(0, 'echo', $gcov_tool, $da_filename, "-
    +o", 
    $object_dir, "-b");
    
  2. or download this
    gcov c:/path/to/file.gcda -o relative/path/to/source -b