0031939: Coding - correction of spelling errors in comments [part 7]
[occt.git] / tests / perf / modalg / bug28030
CommitLineData
e841c38c 1puts "========"
2puts "OCC28030"
3puts "========"
4puts ""
5########################################################################################################
7b5e532f 6# Algorithm GeomLib_CheckCurveOnSurface takes too much time for Bspline curves with big number of knots
e841c38c 7########################################################################################################
8
9beziercurve c 4 0 0 0 1 1 0 2 1 0 3 0 0
10
11convert c1 c
12set i 1
13repeat 98 {insertknot c1 0.01*$i 1; incr i 1}
14mkedge e1 c1
15prism p1 e1 0 0 1
16explode p1 e
44fae8b1 17dchrono cpu restart
e841c38c 18xdistef p1_3 p1
44fae8b1 19dchrono cpu stop counter xdistef_1
e841c38c 20
21convert c2 c
22set i 1
23repeat 1000 {insertknot c2 0.00098*$i 1; incr i 1}
24mkedge e2 c2
25prism p2 e2 0 0 1
26explode p2 e
44fae8b1 27dchrono cpu restart
e841c38c 28xdistef p2_3 p2
44fae8b1 29dchrono cpu stop counter xdistef_2