0023752: Integration of test grid "vpr" into the new testing system
[occt.git] / tests / perf / single_object_selection / D1
CommitLineData
ee535a6c 1puts "3D visualization performance tests"
2puts "Non-interactive selection/deselection for AIS-object"
3puts "Object haves wireframe mode"
4
5
6vsetdispmode 0
7
8dchrono tmr start
9
10for {set i 1} {$i < 100} {incr i} {
11 vchangeselected b
12}