mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
Added "ELAPSED TIME" to test case log. Improved syntax of chrono/dchrono command: added -elapsed, -userCPU, -sysCPU options printing individual values in seconds. OSD_Chronometer::IsThisThreadOnly() - added missing accessors to the property.
19 lines
354 B
Plaintext
19 lines
354 B
Plaintext
puts "=========="
|
|
puts "OCC27626: Attempt to display shape in 3d leads to very long calculation loop"
|
|
puts "=========="
|
|
puts ""
|
|
|
|
pload XDE
|
|
igesread [locate_data_file bug27626_badfil.igs] a *
|
|
|
|
tclean a
|
|
vinit
|
|
vsetdispmode 1
|
|
|
|
dchrono h -restart
|
|
vdisplay a
|
|
dchrono h -stop -counter display
|
|
|
|
vfit
|
|
checkview -screenshot -3d -path ${imagedir}/${test_image}.png
|