windowing/windowserver/test/t_stress/data/wservstresstest1.ini
author Gareth Stockwell <gareth.stockwell@accenture.com>
Fri, 22 Oct 2010 22:19:05 +0100
branchbug235_bringup_0
changeset 210 da03feddbab7
parent 0 5d03bc08d59c
permissions -rw-r--r--
Cleaned up eglbringuptest code - Refactored CEGLRendering construction to separate EGL and VG setup - Consistently check EGL and VG errors after each API call - Standardised RDebug::Printf statements to all start with [EBT] - Removed unused libraries from MMP file - Removed unused openvgengine.h - Removed various unused member variables - Removed unused CWsCanvas class

;Test configuration file for GRAPHICS-WSERV-1841-0007: WSERV rendering loop
[default]
;integer, delay in microseconds for first window operation
init_period=15000000
;integer, delay in microseconds between consecutive window operations
period=10000
;integer, number of window operations to perform
max_run_cycles=1000
;integer[-1], use a unique random seed number for reproducing a test, or -1 to generate a seed from the timer
random_seed=-1
;integer[400], window and bitmap width(default value is 400).
window_width=640
;integer[400], window and bitmap height(default value is 400).
window_height=240
;boolean[true], compare screen and off-screen bitmap every tick
compare_bitmaps=false
;string, path where logging files will be stored
logging_path=c:\StressLog1\