[5594] in Athena Bugs
vax 6.4(?): profiling
daemon@ATHENA.MIT.EDU (Ken Raeburn)
Sun Jul 22 16:37:24 1990
Date: Sun, 22 Jul 90 16:37:09 -0400
From: Ken Raeburn <Raeburn@MIT.Edu>
To: bugs@ATHENA.MIT.EDU
Just to get this logged: Profiling seems to get really confused by
calls to fork. There's no way this process spent 11 minutes in that
one system call....
granularity: each sample hit covers 4 byte(s) for 0.00% of 795.88 seconds
% cumulative self self total
time seconds seconds calls ms/call ms/call name
82.3 655.34 655.34 1 655340.00 655340.00 _fork [4]
5.0 695.00 39.66 8508 4.66 4.66 _stat [14]
4.2 728.07 33.07 mcount (304)
...
The executable and gmon.out files are available for inspection.