From: Berkin O. <bo...@ec...> - 2006-08-25 16:59:43
|
Sorry for my late reply, I have been out of town for the last 2 weeks.=20 I have used psprocess with the -e option, but still I can't get counter values like branch instructions, conditional branch instructions mispredictied, total translation lookaside buffer misses, level 1 instruction cache misses etc. Is there a special flag that I need to use while using psrun command? Thank you Berkin Ozisikyilmaz -----Original Message----- From: Rick Kufrin [mailto:rk...@nc...]=20 Sent: Saturday, August 12, 2006 9:15 AM To: Berkin Ozisikyilmaz Cc: per...@li... Subject: RE: [PerfSuite-bugs] [PerfSuite 0.6.2a5] testsuite: 1 2 3 4 5 8 = 11 12 15 16 19 20 22 23 26 27 28 29 failed 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=20 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 ## |