when using gprof: gprof options [executable-file [profile-data-files...]] [> outfile]
if you have options to pass to the executable like: gprof a.out --varfred=32
then gprof assumes that i am passing an invalid option to gprof instead of the a.out.
Any way to get around this?