|
From: <sv...@va...> - 2005-12-22 06:14:45
|
Author: njn
Date: 2005-12-22 06:14:42 +0000 (Thu, 22 Dec 2005)
New Revision: 5401
Log:
Add the name of the input file to cg_annotate's output.
Modified:
trunk/cachegrind/cg_annotate.in
Modified: trunk/cachegrind/cg_annotate.in
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/cachegrind/cg_annotate.in 2005-12-22 03:35:12 UTC (rev 5400)
+++ trunk/cachegrind/cg_annotate.in 2005-12-22 06:14:42 UTC (rev 5401)
@@ -497,6 +497,7 @@
print($fancy);
print($desc);
print("Command: $cmd\n");
+ print("Data file: $input_file\n");
print("Events recorded: @events\n");
print("Events shown: @show_events\n");
print("Event sort order: @sort_events\n");
|