We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 491f0cd commit efde272Copy full SHA for efde272
run.sh
@@ -1,12 +1,12 @@
1
#! /bin/bash
2
3
-CPUPROFILE = "~/data/profiles/b.prof"
4
-
5
pushd /scratch/neha/bitcoindir &&
6
if [ "$(pwd)" == '/scratch/neha/bitcoindir' ];
7
then
8
git reset --hard && git clean -f -d
9
fi
10
popd
11
12
-#LD_PRELOAD="/usr/lib/libprofiler.so" CPUPROFILE=$(CPUPROFILE) src/bitcoind -simulation -datadir=/scratch/neha/bitcoindir -simdatadir=/scratch/simdata -start=20160630 -end=20160701 -loadmempool=0 -disablewallet -debug=bench
+LD_PRELOAD="/usr/lib/libprofiler.so"
+CPUPROFILE="~/data/profiles/b.prof"
+src/bitcoind -simulation -datadir=/scratch/neha/bitcoindir -simdatadir=/scratch/simdata -start=20160630 -end=20160701 -loadmempool=0 -disablewallet -debug=bench
0 commit comments