equal
deleted
inserted
replaced
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 |