Mail Archives: djgpp-workers/2001/03/25/09:04:33
On Sun, 25 Mar 2001, Hans-Bernhard Broeker wrote:
> OTOH, it's not strictly necessary for gcov itself to work in SFN, as long
> as an LFN environment is available at all: the data files carry short
> names (foo.bb, foo.da, foo.bbg), and it should suffice to run gcov in the
> LFN environment, later, in case the target program itself doesn't work in
> LFN.
This is extremely inconvenient, since coverage analysis usually involves
repeated runs of the program with different inputs, using the coverage as
guidelines. Having to reboot the machine or copy the data files to
another machine slows down this process tremendously.
- Raw text -