mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-10 17:40:24 +08:00
Remove performance comparing with hardcoded value. Test cases for performance of some commands were moved to perf group. Updated documentation.
9 lines
158 B
Plaintext
9 lines
158 B
Plaintext
# To prevent loops limit to 5 minutes
|
|
cpulimit 300
|
|
|
|
if { [array get Draw_Groups "TOPOLOGY Feature commands"] == "" } {
|
|
pload XSDRAW
|
|
}
|
|
|
|
set nbFreeEdges 0
|