mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-17 10:26:15 +00:00
ea43014585
This particular program attempts to use the TSC to measure how long certainly libpmc operations take. Depending on the quality of the rdtsc() macro on a particular architecture this may work more or less well.
10 lines
83 B
Makefile
10 lines
83 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= overhead
|
|
LDFLAGS+= -lpmc
|
|
MAN=
|
|
|
|
install:
|
|
|
|
.include <bsd.prog.mk>
|