aboutsummaryrefslogtreecommitdiff
path: root/scripts/gc_summary.awk
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/gc_summary.awk')
-rw-r--r--scripts/gc_summary.awk3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/gc_summary.awk b/scripts/gc_summary.awk
index 1a1779a3..468cd891 100644
--- a/scripts/gc_summary.awk
+++ b/scripts/gc_summary.awk
@@ -46,7 +46,9 @@ FILENAME != filename && filename {
}
FILENAME != filename {
+ print "#", FILENAME
filename = FILENAME;
+ proc = "";
}
$6 == target && proc != $3 && proc {
@@ -58,6 +60,7 @@ $6 == target && proc != $3 {
}
$6 == target {
+ print "#", $0;
print $1 "T" $2, $5;
}