0023752: Integration of test grid "vpr" into the new testing system
[occt.git] / tests / perf / single_mesh_selection / A2
1 puts "3D visualization performance tests"
2 puts "Display/erase 1 MeshVS_Mesh"
3 puts "Object haves shading mode"
4
5
6 meshdispmode m 2
7
8 dchrono tmr start
9
10 for {set i 1} {$i < 100} {incr i} {
11     meshhide m; meshshow m
12 }