2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2026-02-08 08:38:35 +00:00

profiling on only begin/end/date

This commit is contained in:
2026-01-28 18:10:21 +00:00
parent 5a1c0a2bd6
commit b780006dfb
5 changed files with 17312 additions and 45309 deletions

View File

@@ -1,3 +1,3 @@
#! /bin/sh
#! /bin/sh
awk '{split($1,a,":"); sum[a[2]]+=$2; count[a[2]]++} END {for (k in sum) printf "%s: total %.6f s, count %d, avg %.6f s\n", k, sum[k], count[k], sum[k]/count[k]}' starstatement_timing.log | sort -nr --key=3