mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-07-15 15:24:25 -04:00
Add calls to timer() around calls to subtractft8().
This commit is contained in:
@@ -76,9 +76,11 @@ contains
|
||||
ndecodes=ndec_early
|
||||
endif
|
||||
if(nzhsym.eq.50 .and. ndec_early.ge.1) then
|
||||
call timer('sub_ft8a',0)
|
||||
do i=1,ndec_early
|
||||
call subtractft8(dd,itone_save(1,i),f1_save(i),xdt_save(i),.true.)
|
||||
enddo
|
||||
call timer('sub_ft8a',1)
|
||||
endif
|
||||
ifa=nfa
|
||||
ifb=nfb
|
||||
|
||||
Reference in New Issue
Block a user