Changeset 1101


Ignore:
Timestamp:
Oct 12, 2013 9:21:14 AM (10 years ago)
Author:
vondreele
Message:

add time prints

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIstrMath.py

    r1097 r1101  
    13041304            time0 = time.time()
    13051305            StructureFactor(refList,G,hfx,pfx,SGData,calcControls,parmDict)
    1306 #            print 'sf calc time: %.3fs'%(time.time()-time0)
     1306            print 'sf calc time: %.3fs'%(time.time()-time0)
    13071307        time0 = time.time()
    13081308        for refl in refList:
     
    13431343                print 'TOF Undefined at present'
    13441344                raise Exception    #no TOF yet
    1345 #        print 'profile calc time: %.3fs'%(time.time()-time0)
     1345        print 'profile calc time: %.3fs'%(time.time()-time0)
    13461346    return yc,yb
    13471347   
     
    14281428            time0 = time.time()
    14291429            dFdvDict = StructureFactorDerv(refList,G,hfx,pfx,SGData,calcControls,parmDict)
    1430 #            print 'sf-derv time %.3fs'%(time.time()-time0)
     1430            print 'sf-derv time %.3fs'%(time.time()-time0)
    14311431            ApplyRBModelDervs(dFdvDict,parmDict,rigidbodyDict,Phase)
    14321432        time0 = time.time()
     
    15921592                        if Ka2:
    15931593                            depDerivDict[name][iBeg2:iFin2] += dFdvDict[name][iref]*corr2
    1594 #        print 'profile derv time: %.3fs'%(time.time()-time0)
     1594        print 'profile derv time: %.3fs'%(time.time()-time0)
    15951595    # now process derivatives in constraints
    15961596    G2mv.Dict2Deriv(varylist,depDerivDict,dMdv)
Note: See TracChangeset for help on using the changeset viewer.