search for: matchuptest

Displaying 3 results from an estimated 3 matches for "matchuptest".

2011 Apr 26
0
opreport version 0.9.4 on Centos Linux 5.5
Nicholas Thierry-Mieg, Thank you for your reply on Saturday Apr 23,2011. Since then I have been trying to learn how to use oprofile 0.9.4 on Centos Linux 5.5. If I follow the following steps running as root, opcontrol --shutdown opcontrol --callgraph=7 opcontrol --image=/home/frankc/DQTTest5/MatchUpTest/lirh5g_deb/Mary48.exe opcontrol --start /home/frankc/DQTTest5/MatchUpTest/lirh5g_deb/Mary48.exe opcontrol --dump opreport -c > profile_info.txt or opreport -l /home/frankc/DQTTest5/MatchUpLib/lirh5g_deb/libmdMatchup.so I obtain the following warning: warning: the last modified time...
2011 May 24
0
How to resolve Centos Linux Version 5.5 x86_32 C​allgrind Version 3.6.1 cg_annotat​​​e : Line 1 Missing command line error?
...B, 8-way associative desc: Timerange: Basic block 0 - 10444424808 desc: Trigger: Program termination positions: instr line events: Ir Dr Dw I1mr D1mr D1mw ILmr DLmr DLmw summary: 51414468282 24200786461 13006654839 651776228 364795898 154843814 202585 5324012 59432151 ob=(10) /home/frankc/DQTTest6/MatchUpTest/lirh5g_deb/MatchUpAccurate.exe fl=(20) /usr/lib/gcc/i386-redhat-linux/4.1.2/../../../../include/c++/4.1.2/iostream fn=(8384) __tcf_0 0x804e2d8 76 1 0 1 1 0 0 1 +1 * 1 +2 * 1 0 1 +1 * 1 +3 * 1 0 1 1 cfi=(14) ??? cfn=(1026) 0x0804f422 calls=1 0x804f422 -76 * * 2 2 +5 * 1 +6 * 1 +6 * 1 0 1 +3 * 1 0 1...
2011 Apr 22
1
Valgrind/Callgrind 3.6.1 does not appear to work on Centos Linux 5.5
....6.0.8) ==18130== by 0x3EA0125: ??? (in /usr/lib/libstdc++.so.6.0.8) ==18130== by 0x3E22BD0: ??? (in /usr/lib/libstdc++.so.6.0.8) ==18130== by 0xAE2162: call_init (in /lib/ld-2.5.so) ==18130== by 0xAE2272: _dl_init (in /lib/ld-2.5.so) ==18130== by 0xAD484E: ??? (in /lib/ld-2.5.so) // Test program MatchUpTest.cpp int fibonacci(int n){ if (n == 0) return 0; else if (n == 1) return 1; else return fibonacci(n - 1) + fibonacci(n-2); } int main(int Argc_,char *Argv_[]) { fibonacci(10); return 1; } -------------- next part -------------- An HTML...