Profile
- Name
- TimerGames - Shaker
- ID
- 49433
- Shared with
- Public
- Parent
- None
- Children
- None
- Created on
- June 19, 2014 at 01:21 AM UTC
- Updated on
- June 19, 2014 at 01:21 AM UTC
- Description
Times result of ShakeSidechains with 4 iterations.
Best for
Code
print( "start score: "..current.GetScore() )
Start = os.time()
structure.ShakeSidechainsAll( 4 )
End = os.time()
print( "elapsed time: "..End-Start)
print( "end score: "..current.GetScore() )