|
|
@ -143,7 +143,7 @@ else |
|
|
|
for (id in count) |
|
|
|
printf "%7d %7Ld %10.3f %s\n", count[id], time[id], time[id]/count[id], id; |
|
|
|
} |
|
|
|
' < config.profile | sort -n +1 > config.profile.new |
|
|
|
' < config.profile | sort -n -k1 > config.profile.new |
|
|
|
mv config.profile.new config.profile |
|
|
|
} |
|
|
|
fi |
|
|
|