Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
surf:~/Work/GRAS/heap $ valgrind --leak-check=yes --show-reachable=yes ./msg_test les
authoralegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 31 Dec 2004 03:03:00 +0000 (03:03 +0000)
committeralegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 31 Dec 2004 03:03:00 +0000 (03:03 +0000)
commit0c06c178342da8b6df3c53a91107bae2078b45fb
treefe76e4031483cb81e125a1379ed688697be859a8
parent06bb605c18bd9a9b704b0415d41ab31e02b49839
surf:~/Work/GRAS/heap $ valgrind --leak-check=yes  --show-reachable=yes ./msg_test les
...
[421.531] P3 | I'm done. See you!
MSG: Congratulations ! Simulation terminated : all process are over
Simulation time 421.531
==8295==
==8295== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 17 from 1)
==8295== malloc/free: in use at exit: 0 bytes in 0 blocks.
==8295== malloc/free: 195685 allocs, 195685 frees, 6498475 bytes allocated.
==8295== For counts of detected errors, rerun with: -v
==8295== No malloc'd blocks -- no leaks are possible.

Rha! The very good news is that this code (msg_test) behaves exactly in the same way as with the old MSG version. And it is a way faster !!! :)

Before :
  real    0m3.130s
  user    0m2.290s
  sys     0m0.030s

Now :
  real    0m0.392s
  user    0m0.290s
  sys     0m0.000s

Cool, isnt'it ? :)

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@705 48e7efb5-ca39-0410-a469-dd3cf9ba447f
src/Makefile.am
src/msg/global.c
src/msg/gos.c
src/msg/host.c
src/msg/m_process.c
testsuite/msg/msg_deployment.txt
testsuite/msg/msg_platform.txt
testsuite/msg/msg_test.c