forked from Github_Repos/cvw
		
	update checkpointSweep in accordance to having removed trace parsing feature
This commit is contained in:
		
							parent
							
								
									bea2faeda6
								
							
						
					
					
						commit
						483aad2a05
					
				@ -1,5 +1,5 @@
 | 
				
			|||||||
for index in {450..500}
 | 
					for index in {450..500}
 | 
				
			||||||
do 
 | 
					do 
 | 
				
			||||||
    instrs=$(($index*1000000))
 | 
					    instrs=$(($index*1000000))
 | 
				
			||||||
    echo "y" | nice -n 5 ./genCheckpoint.sh $instrs 0
 | 
					    echo "y" | nice -n 5 ./genCheckpoint.sh $instrs
 | 
				
			||||||
done
 | 
					done
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user