mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Remove performance comparing with hardcoded value. Test cases for performance of some commands were moved to perf group. Updated documentation.
23 lines
882 B
Plaintext
23 lines
882 B
Plaintext
puts "============"
|
|
puts "OCC27048"
|
|
puts "============"
|
|
puts ""
|
|
############################################################################
|
|
# Recalculation of BSpline cache causes a performance problems
|
|
############################################################################
|
|
|
|
pload QAcommands
|
|
|
|
bsplinesurf surf \
|
|
3 4 0 4 1 1 2 1 3 4 \
|
|
3 4 0 4 1 1 2 1 3 4 \
|
|
0 0 0 1 2 0 0 1 3 0 15 1 5 0 15 1 7 0 0 1 10 0 0 1 \
|
|
0 2 0 1 1 3 0 1 4 2 15 1 6 3 15 1 8 2 0 1 10 3 0 1 \
|
|
0 4 0 1 3 4 0 1 4 3 15 1 5 3 15 1 7 4 0 1 10 5 0 1 \
|
|
0 6 0 1 3 6 0 1 4 6 15 1 5 6 15 1 8 5 0 1 10 7 0 1 \
|
|
0 8 0 1 2 8 0 1 4 8 15 1 6 8 15 1 7 7 0 1 10 8 0 1 \
|
|
0 10 0 1 2 10 0 1 4 10 15 1 6 10 15 1 7 10 0 1 10 10 0 1
|
|
|
|
dchrono t restart
|
|
OCC27048 surf -0.1 -0.1 1000000
|
|
dchrono t stop counter OCC27048 |