forked from Imagelibrary/binutils-gdb
gprof: print values of mismatched histogram scales
Signed-off-by: Richard Allen <rsaxvc@gmail.com>
This commit is contained in:
committed by
Alan Modra
parent
0a00ac1d36
commit
cb0930a000
@@ -155,8 +155,8 @@ read_histogram_header (histogram *record,
|
||||
if (fabs (hist_scale - n_hist_scale) > 0.000001)
|
||||
{
|
||||
fprintf (stderr,
|
||||
_("%s: different scales in histogram records\n"),
|
||||
whoami);
|
||||
_("%s: different scales in histogram records: %f != %f\n"),
|
||||
whoami, hist_scale, n_hist_scale);
|
||||
done (1);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user