gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r12804 - gnunet/src/transport


From: gnunet
Subject: [GNUnet-SVN] r12804 - gnunet/src/transport
Date: Wed, 1 Sep 2010 17:49:33 +0200

Author: wachs
Date: 2010-09-01 17:49:33 +0200 (Wed, 01 Sep 2010)
New Revision: 12804

Modified:
   gnunet/src/transport/test_transport_api_rel_http_peer1.conf
   gnunet/src/transport/test_transport_api_rel_http_peer2.conf
Log:
added prefixes for strace and callgrind

Modified: gnunet/src/transport/test_transport_api_rel_http_peer1.conf
===================================================================
--- gnunet/src/transport/test_transport_api_rel_http_peer1.conf 2010-09-01 
15:26:24 UTC (rev 12803)
+++ gnunet/src/transport/test_transport_api_rel_http_peer1.conf 2010-09-01 
15:49:33 UTC (rev 12804)
@@ -47,7 +47,7 @@
 [transport]
 PLUGINS = http
 #PLUGINS = tcp http
-DEBUG = NO
+DEBUG = YES
 ACCEPT_FROM6 = ::1;
 ACCEPT_FROM = 127.0.0.1;
 NEIGHBOUR_LIMIT = 50
@@ -59,7 +59,8 @@
 UNIXPATH = /tmp/gnunet-p1-service-transport.sock
 #PREFIX = xterm -T transport2 -e gdb --command=cmd --args
 #PREFIX = valgrind --leak-check=full
-#PREFIX = valgrind --tool=massif
+#PREFIX = valgrind --tool=callgrind --callgrind-out-file=http_rel_peer1.out
+#PREFIX = strace -c -o strace_peer1.txt
 
 [peerinfo]
 TRUST = $SERVICEHOME/data/credit/

Modified: gnunet/src/transport/test_transport_api_rel_http_peer2.conf
===================================================================
--- gnunet/src/transport/test_transport_api_rel_http_peer2.conf 2010-09-01 
15:26:24 UTC (rev 12803)
+++ gnunet/src/transport/test_transport_api_rel_http_peer2.conf 2010-09-01 
15:49:33 UTC (rev 12804)
@@ -47,7 +47,7 @@
 [transport]
 PLUGINS = http
 #PLUGINS = tcp http
-#DEBUG = YES
+DEBUG = YES
 ACCEPT_FROM6 = ::1;
 ACCEPT_FROM = 127.0.0.1;
 NEIGHBOUR_LIMIT = 50
@@ -60,6 +60,8 @@
 #PREFIX = xterm -T transport1 -e gdb --command=cmd --args
 #PREFIX = valgrind --leak-check=full
 #PREFIX = valgrind --tool=massif
+#PREFIX = valgrind --tool=callgrind --callgrind-out-file=http_rel_peer2.out
+#PREFIX = strace -c -o strace_peer2.txt
 
 [peerinfo]
 TRUST = $SERVICEHOME/data/credit/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]