mirror of
				https://github.com/saitohirga/WSJT-X.git
				synced 2025-11-03 21:40:52 -05:00 
			
		
		
		
	Tweak timer calls to distinguish the QuickDecode portion.
This commit is contained in:
		
							parent
							
								
									525c791a16
								
							
						
					
					
						commit
						203c8c25dd
					
				@ -160,9 +160,9 @@ subroutine q65_dec0(iavg,nutc,iwave,ntrperiod,nfqso,ntol,ndepth,lclearave,  &
 | 
				
			|||||||
     call q65_ccf_85(s1,iz,jz,nfqso,ia,ia2,ipk,jpk,f0,xdt,imsg_best,ccf1)
 | 
					     call q65_ccf_85(s1,iz,jz,nfqso,ia,ia2,ipk,jpk,f0,xdt,imsg_best,ccf1)
 | 
				
			||||||
     call timer('ccf_85  ',1)
 | 
					     call timer('ccf_85  ',1)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
     call timer('list_dec',0)
 | 
					     call timer('dec_q3  ',0)
 | 
				
			||||||
     call q65_dec_q3(s1,iz,jz,s3,LL,ipk,jpk,snr2,dat4,idec,decoded)
 | 
					     call q65_dec_q3(s1,iz,jz,s3,LL,ipk,jpk,snr2,dat4,idec,decoded)
 | 
				
			||||||
     call timer('list_dec',1)
 | 
					     call timer('dec_q3  ',1)
 | 
				
			||||||
! If idec=3 we have a q3 decode.  Continue to compute sync curve for plotting.
 | 
					! If idec=3 we have a q3 decode.  Continue to compute sync curve for plotting.
 | 
				
			||||||
  endif
 | 
					  endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
@ -37,6 +37,7 @@ subroutine map65a(dd,ss,savg,newdat,nutc,fcenter,ntol,idphi,nfa,nfb,        &
 | 
				
			|||||||
  data nfile/0/,nutc0/-999/,nid/0/,ip000/1/,ip001/1/,mousefqso0/-999/
 | 
					  data nfile/0/,nutc0/-999/,nid/0/,ip000/1/,ip001/1/,mousefqso0/-999/
 | 
				
			||||||
  save
 | 
					  save
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  call timer('quick   ',0)
 | 
				
			||||||
  nkhz_center=nint(1000.0*(fcenter-int(fcenter)))
 | 
					  nkhz_center=nint(1000.0*(fcenter-int(fcenter)))
 | 
				
			||||||
  mfa=nfa-nkhz_center+48
 | 
					  mfa=nfa-nkhz_center+48
 | 
				
			||||||
  mfb=nfb-nkhz_center+48
 | 
					  mfb=nfb-nkhz_center+48
 | 
				
			||||||
@ -381,6 +382,7 @@ subroutine map65a(dd,ss,savg,newdat,nutc,fcenter,ntol,idphi,nfa,nfb,        &
 | 
				
			|||||||
        write(*,1013) nsum,nsave
 | 
					        write(*,1013) nsum,nsave
 | 
				
			||||||
1013    format('<QuickDecodeDone>',2i4)
 | 
					1013    format('<QuickDecodeDone>',2i4)
 | 
				
			||||||
        flush(6)
 | 
					        flush(6)
 | 
				
			||||||
 | 
					        call timer('quick   ',1)
 | 
				
			||||||
     endif
 | 
					     endif
 | 
				
			||||||
     if(nqd.eq.1 .and. nagain.eq.1) go to 900
 | 
					     if(nqd.eq.1 .and. nagain.eq.1) go to 900
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user