From d8c883dd520f52cfde865a87c0949b706a17c797 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Sat, 1 Jul 2017 20:47:59 +0000 Subject: [PATCH] Add timer calls for ft8downsample. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7770 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- lib/fsk4hf/ft8b.f90 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/fsk4hf/ft8b.f90 b/lib/fsk4hf/ft8b.f90 index cfcbd7282..e4f2d19d6 100644 --- a/lib/fsk4hf/ft8b.f90 +++ b/lib/fsk4hf/ft8b.f90 @@ -44,7 +44,9 @@ subroutine ft8b(dd0,nfqso,f1,xdt,nharderrors,dmin,nbadcrc,message,xsnr) ! if(abs(nfqso-f1).lt.10.0) norder=3 tstep=0.5*NSPS/12000.0 df=12000.0/NFFT1 + call timer('ft8_down',0) call ft8_downsample(dd0,f1,cd0) + call timer('ft8_down',1) i0=xdt*fs2 smax=0.0