File: gpsum

package info (click to toggle)
netdiag 1.1-2
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 3,544 kB
  • ctags: 2,166
  • sloc: ansic: 23,629; sh: 5,544; makefile: 329; awk: 130
file content (9 lines) | stat: -rwxr-xr-x 147 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
#!/bin/sh

for i in `seq 1 100`; do
	./tcpblast -c 1m -q 0
	mv gmon.out gmon.out.$i
done

gprof -s ./tcpblast gmon.out.*
gprof ./tcpblast gmon.sum