mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-09-03 14:10:33 +03:00
0023342: Changing of OCCT tests according to integration of 23.07.2012
Tests are changed according to current state of OCCT.
This commit is contained in:
@@ -41,7 +41,8 @@ regexp {CPU user time: ([0-9|.]+) seconds} [dchrono k show] full Kseconds
|
||||
regexp {CPU user time: ([0-9|.]+) seconds} [dchrono l show] full Lseconds
|
||||
regexp {CPU user time: ([0-9|.]+) seconds} [dchrono m show] full Mseconds
|
||||
|
||||
set Jtime [expr $Jseconds * 1.1]
|
||||
#sometimes CPU user time may be 0
|
||||
set Jtime [expr ($Jseconds * 1.1) + 0.2]
|
||||
set Ktime $Kseconds
|
||||
set Ltime $Lseconds
|
||||
set Mtime $Mseconds
|
||||
|
Reference in New Issue
Block a user