1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
occt/tests/perf/mesh/bug27626
kgv 2491eec38b 0032897: Tests - include elapsed time into test log
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.
2022-03-31 21:49:12 +03:00

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