← Back to team overview

yade-users team mailing list archive

Re: [Question #192485]: O.load and O.loadTmp influences calculation speed ?!

 

Question #192485 on Yade changed:
https://answers.launchpad.net/yade/+question/192485

Christian Jakob posted a new comment:
Results with load_ = 0:

me@debian ~/calc-time-test-results/speed-test-YADE-201204 >yadetest test-loadTmp.py 
Welcome to Yade unknown
TCP python prompt on localhost:9001, auth cookie `yedksa'
XMLRPC info provider on http://localhost:21001
Running script test-loadTmp.py
36.251
Name                                                    Count                 Time            Rel. time
-------------------------------------------------------------------------------------------------------
ForceResetter                                      1100             210349us                0.52%      
InsertionSortCollider                                14             452465us                1.13%      
InteractionLoop                                    1100           34746997us               86.51%      
NewtonIntegrator                                   1100            4753948us               11.84%      
TOTAL                                                             40163759us              100.00%      


Results with load_ = 1:

me@debian ~/calc-time-test-results/speed-test-YADE-201204 >yadetest test-loadTmp.py 
Welcome to Yade unknown
TCP python prompt on localhost:9001, auth cookie `ucseka'
XMLRPC info provider on http://localhost:21001
Running script test-loadTmp.py
45.425
Name                                                    Count                 Time            Rel. time
-------------------------------------------------------------------------------------------------------
ForceResetter                                      1000             186531us                0.41%      
InsertionSortCollider                                11             364810us                0.80%      
InteractionLoop                                    1000           38993167us               85.87%      
NewtonIntegrator                                   1000            5866674us               12.92%      
TOTAL                                                             45411183us              100.00%

-- 
You received this question notification because you are a member of
yade-users, which is an answer contact for Yade.