PPT Slide
Script started on Wed Apr 14 19:07:40 1999
gho@redwood:~/papi/src> uname -a
Linux redwood.cs.utk.edu 2.0.36 #22 Sun Feb 21 16:57:12 EST 1999 i686 unknown
gho@redwood:~/papi/src> make clean
rm -rf papi.o linux-pentium.o libpapi.a example1 example2 example3 first second example1.o example2.o example3.o first.o core *~
gho@redwood:~/papi/src> make first
gcc -g -DDEBUG -Wall -c first.c -o first.o
gcc -g -DDEBUG -Wall -c papi.c -o papi.o
gcc -g -DDEBUG -Wall -c linux-pentium.c -o linux-pentium.o
ar ruv libpapi.a papi.o linux-pentium.o
gcc -g first.o -o first libpapi.a
gho@redwood:~/papi/src> first
DEBUG: CPU number 1 at 200 MHZ found
DEBUG: Empty slot for EventSetInfo at 2
DEBUG: PAPI_reset returns 0
DEBUG: PAPI_start returns 0
DEBUG: PAPI_stop values[0]: 50000338
DEBUG: PAPI_stop values[1]: 350002016
DEBUG: PAPI_stop values[2]: 298700134