egl/egltest/scripts/egltest_settings.ini
changeset 36 01a6848ebfd7
parent 0 5d03bc08d59c
child 85 cdf2f6e5c390
equal deleted inserted replaced
0:5d03bc08d59c 36:01a6848ebfd7
    36 WaitSyncTimeout=5000000
    36 WaitSyncTimeout=5000000
    37 LongDelaySignalling=7500000
    37 LongDelaySignalling=7500000
    38 NumIterations=1000
    38 NumIterations=1000
    39 
    39 
    40 [Benchmark]
    40 [Benchmark]
    41 NumIterations = 400 // Needs to be set with care. Making this value bigger may cause an allocation failure 
    41 NumIterations = 300 // Needs to be set with care. Making this value greater may cause an allocation failure.
    42                     // on the emulator, it fails to create SgImage at some point.
    42                     // On the emulator, it fails to create SgImage at some point.
    43                     // Hardware will have their own limitations which also need to be considered.
    43                     // Hardware will have their own limitations which also need to be considered.
    44 ImageWidth = 50 // width of RSgImage
    44 ImageWidth = 50 // width of RSgImage
    45 ImageHeight = 50 // height if RSgImage
    45 ImageHeight = 50 // height of RSgImage
    46 NumFormats = 1
    46 NumFormats = 1
    47 Format0 = EUidPixelFormatARGB_8888_PRE
    47 Format0 = EUidPixelFormatARGB_8888_PRE
       
    48 
       
    49 [OOM]
       
    50 NumIterations = 5
       
    51 ImageWidth = 50 // width of RSgImage
       
    52 ImageHeight = 50 // height of RSgImage
       
    53 ThresholdGPUUsedMemory = 5 //Deviation in percentage between max and min of GPU memory
       
    54 			   //retrieved at the end of each attempt through NOK_resource_profiling2 egl extension inteface
       
    55 ThresholdLastIteration = 5 //Deviation in percentage between max and min of successful iteration number 
       
    56 			   //retrieved at the end of each attempt
       
    57 
       
    58 
       
    59 [SwapBuffers]
       
    60 WindowWidth=200
       
    61 WindowHeight=200