Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Dec 1996 11:51:07 -0500
From:      Brian McGovern <bmcgover@bmcgover-pc.cisco.com>
To:        questions@freebsd.org
Subject:   Profiling applications
Message-ID:  <199612201651.LAA00469@bmcgover-pc.cisco.com>

next in thread | raw e-mail | index | archive | help
Are there any free utilities out there for helping to profile programs? I'm 
writing some code that needs to minimize CPU utilization, and I'd like to see
what functions (of mine, and of the system's) are taking the most time, so I 
can make some better code choices (using memcpy, for instance, instead of
copying a string a byte at a time in a for loop).

Thanks.	
	-Brian




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199612201651.LAA00469>