#!/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
