From b2e91bd75b49fba90d2c1bb42bf7d6aa6aad26cd Mon Sep 17 00:00:00 2001 From: Carles Fernandez Date: Sat, 24 Dec 2011 00:07:22 +0000 Subject: [PATCH] updating perftools version git-svn-id: https://svn.code.sf.net/p/gnss-sdr/code/trunk@92 64b25241-fba3-4117-9849-534c7e92360d --- README | 6 +++--- conf/gnss-sdr.conf | 5 ++++- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/README b/README index e5f13929c..ce48cbee6 100644 --- a/README +++ b/README @@ -38,9 +38,9 @@ NOTE: ATLAS version 3.6 is know to cause random crashes and incorrect results un - Download, unzip, configure, build and install Google's performance analysis tools, google-perftools: -$ wget http://google-perftools.googlecode.com/files/google-perftools-1.8.3.tar.gz -$ tar xvfz google-perftools-1.8.3.tar.gz -$ cd google-perftools-1.8.3 +$ wget http://google-perftools.googlecode.com/files/google-perftools-1.9.tar.gz +$ tar xvfz google-perftools-1.9.tar.gz +$ cd google-perftools-1.9 $ ./configure --enable-frame-pointers $ make $ sudo make install diff --git a/conf/gnss-sdr.conf b/conf/gnss-sdr.conf index 23f91545a..c5b14d63a 100644 --- a/conf/gnss-sdr.conf +++ b/conf/gnss-sdr.conf @@ -17,7 +17,10 @@ ControlThread.wait_for_flowgraph=false SignalSource.implementation=File_Signal_Source ;#filename: path to file with the captured GNSS signal samples to be processed -SignalSource.filename=/media/sf_Shared/sc2_d16.dat +SignalSource.filename=/media/sf_captures/cap2/agilent_cap2.dat + + + ;#item_type: Type and resolution for each of the signal samples. Use only gr_complex in this version. SignalSource.item_type=gr_complex