Addition of PAPI to RTS
authormrchebas@gmail.com <unknown>
Wed, 8 Nov 2006 17:14:52 +0000 (17:14 +0000)
committermrchebas@gmail.com <unknown>
Wed, 8 Nov 2006 17:14:52 +0000 (17:14 +0000)
commitfe07f054d7ae5e10b14d5fed730fe4424dabd587
tree37b9be9c87726d5d910e72c195688b029d31a4c5
parent74a87d705449e2f9ad4021aeebf8149ce35a6a2e
Addition of PAPI to RTS
This patch still requires the addition of the USE_PAPI
define to compile with PAPI. Also, programs must be
compiled and linked with the appropriate library flags
for papi.
rts/Papi.c [new file with mode: 0644]
rts/Papi.h [new file with mode: 0644]
rts/RtsStartup.c
rts/Stats.c
rts/Stats.h
rts/package.conf.in
rts/posix/GetTime.c