The time utility executes and measures the CPU, time, and memory resources used, such as pagefaults, swaps, memory, and user, system, and real time used by a process. GNU time can format the output in arbitrary ways by using a printf-style format string to include various resource measurements.
16 lines
399 B
Makefile
16 lines
399 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2004/04/30 19:35:07 jeremy-c-reed Exp $
|
|
#
|
|
|
|
DISTNAME= time-1.7
|
|
CATEGORIES= time
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=time/}
|
|
|
|
MAINTAINER= reed@reedmedia.net
|
|
HOMEPAGE= http://www.gnu.org/directory/GNU/time.html
|
|
COMMENT= Report user, system, and real time used by a process
|
|
|
|
USE_BUILDLINK3= yes
|
|
GNU_CONFIGURE= yes
|
|
INFO_FILES= time.info
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|