added large primes to patest_suggested_vs_streaminfo_latency.py

This commit is contained in:
rossb 2011-08-25 15:56:25 +00:00
commit 0750039754

View file

@ -81,6 +81,11 @@ for i in range (1,20):
compositeTestFramesPerBufferValues.append( 441 )
compositeTestFramesPerBufferValues.append( 882 )
# large primes
#compositeTestFramesPerBufferValues.append( 39209 )
#compositeTestFramesPerBufferValues.append( 37537 )
#compositeTestFramesPerBufferValues.append( 26437 )
individualPlotFramesPerBufferValues = [0,64,128,256,512] #output separate plots for these
isFirst = True