From: Rick K. <rk...@nc...> - 2006-08-12 14:15:08
|
Berkin, The output XML document looks fine, but I am guessing the reason why you did not get profiling information is that the "-e" option was omitted in the psprocess command line. You might notice a warning prompt to that effect in your second command below. The typical use of psprocess with profiling information (from, say, a run of "a.out") is: psprocess -e a.out a.out.12356.xml Rick On Mon, 31 Jul 2006, Berkin Ozisikyilmaz wrote: > Hi, > > It seems the problem was with perfctr's installation. Now the tests seem to > be ok, but when I ran a program I don't get any statistics. The runline and > the output xml file is attached. > > Thanks > Berkin > > berkin@CALC3:~/minebench/src/kmeans> psrun > /home/berkin/minebench/src/kmeans/example-icc9.1 -I color -o -b -d -p 1 > > berkin@CALC3:~/minebench/src/kmeans> psprocess example-icc9.1.9447.CALC3.xml > no executable supplied (use the "-e PROGRAM" option) > > berkin@CALC3:~/perfsuite-0.6.2a5> make -s check Making check in src Making > check in libperfsuite Making check in . Making check in tests ## |