Details

Time bar (total: 4.7s)

analyze76.0ms (1.6%)

Algorithm
search
Search
TrueOtherFalseIter
0%99.9%0.1%0
0%99.9%0.1%1
0%99.9%0.1%2
0%99.9%0.1%3
0%99.9%0.1%4
25%74.9%0.1%5
25%50%25.1%6
25%31.2%43.8%7
25%21.9%53.2%8
25%14%61%9
28.1%10.9%61%10
31.6%7.4%61%11
33.4%5.7%61%12
35.2%3.8%61%13
36.1%2.9%61%14
Compiler

Compiled 18 to 13 computations (27.8% saved)

sample19.0ms (0.4%)

Algorithm
intervals
Results
11.0ms256×body128valid
Compiler

Compiled 35 to 27 computations (22.9% saved)

simplify136.0ms (2.9%)

Algorithm
egg-herbie
Counts
1 → 1
Iterations

Useful iterations: 0 (36.0ms)

IterNodesCost
0512625

prune3.0ms (0.1%)

Pruning

1 alts after pruning (1 fresh and 0 done)

PrunedKeptTotal
New101
Fresh011
Picked000
Done000
Total112
Error
0.2b
Counts
2 → 1
Compiler

Compiled 34 to 24 computations (29.4% saved)

localize14.0ms (0.3%)

Local error

Found 6 expressions with local error:

0.3b
(pow.f64 (+.f64 (*.f64 a a) (*.f64 b b)) 2)
0.0b
(*.f64 4 (*.f64 b b))
0.0b
(+.f64 (pow.f64 (+.f64 (*.f64 a a) (*.f64 b b)) 2) (*.f64 4 (*.f64 b b)))
0.0b
(+.f64 (pow.f64 (+.f64 (*.f64 a a) (*.f64 b b)) 2) (*.f64 4 (*.f64 b b)))
0.0b
(*.f64 4 (*.f64 b b))
0.3b
(pow.f64 (+.f64 (*.f64 a a) (*.f64 b b)) 2)

rewrite23.0ms (0.5%)

Algorithm
rewrite-expression-head
Rules
pow1_binary64_1797 add-exp-log_binary64_1774
add-cbrt-cube_binary64_1772
add-sqr-sqrt_binary64_1758
add-cube-cbrt_binary64_1771 *-un-lft-identity_binary64_1736
add-log-exp_binary64_1775
pow-unpow_binary64_1813 unpow-prod-down_binary64_1815 cbrt-unprod_binary64_1769 associate-*l*_binary64_1677 prod-exp_binary64_1785 pow-prod-down_binary64_1807
pow-pow_binary64_1808 sqr-pow_binary64_1708 associate-*r*_binary64_1676 sum-log_binary64_1827 flip-+_binary64_1710 *-commutative_binary64_1667 pow-to-exp_binary64_1805 flip3-+_binary64_1739 pow-exp_binary64_1804 unpow2_binary64_1801 unswap-sqr_binary64_1704 +-commutative_binary64_1666
Counts
3 → 48
Calls

6 calls:

8.0ms
(+.f64 (pow.f64 (+.f64 (*.f64 a a) (*.f64 b b)) 2) (*.f64 4 (*.f64 b b)))
6.0ms
(*.f64 4 (*.f64 b b))
5.0ms
(pow.f64 (+.f64 (*.f64 a a) (*.f64 b b)) 2)
0.0ms
(+.f64 (pow.f64 (+.f64 (*.f64 a a) (*.f64 b b)) 2) (*.f64 4 (*.f64 b b)))
0.0ms
(*.f64 4 (*.f64 b b))

series614.0ms (13.1%)

Counts
3 → 39
Calls

3 calls:

392.0ms
(+.f64 (pow.f64 (+.f64 (*.f64 a a) (*.f64 b b)) 2) (*.f64 4 (*.f64 b b)))
195.0ms
(pow.f64 (+.f64 (*.f64 a a) (*.f64 b b)) 2)
26.0ms
(*.f64 4 (*.f64 b b))
Compiler

Compiled 1044 to 913 computations (12.5% saved)

simplify75.0ms (1.6%)

Algorithm
egg-herbie
Counts
87 → 87
Iterations

Useful iterations: 0 (56.0ms)

IterNodesCost
050401394

prune122.0ms (2.6%)

Pruning

3 alts after pruning (3 fresh and 0 done)

PrunedKeptTotal
New84387
Fresh000
Picked101
Done000
Total85388
Error
0b
Counts
88 → 3
Compiler

Compiled 1818 to 920 computations (49.4% saved)

localize15.0ms (0.3%)

Local error

Found 6 expressions with local error:

2.4b
(*.f64 (*.f64 a a) (*.f64 b (*.f64 b 2)))
0.0b
(*.f64 4 (*.f64 b b))
0.0b
(+.f64 (+.f64 (*.f64 (*.f64 a a) (*.f64 b (*.f64 b 2))) (+.f64 (pow.f64 b 4) (pow.f64 a 4))) (*.f64 4 (*.f64 b b)))
0.0b
(+.f64 (+.f64 (*.f64 (*.f64 a a) (*.f64 b (*.f64 b 2))) (+.f64 (pow.f64 b 4) (pow.f64 a 4))) (*.f64 4 (*.f64 b b)))
0.0b
(*.f64 4 (*.f64 b b))
2.4b
(*.f64 (*.f64 a a) (*.f64 b (*.f64 b 2)))

rewrite46.0ms (1%)

Algorithm
rewrite-expression-head
Rules
29×pow1_binary64_1797 add-cbrt-cube_binary64_1772 add-exp-log_binary64_1774
18×cbrt-unprod_binary64_1769 prod-exp_binary64_1785 pow-prod-down_binary64_1807
12×add-log-exp_binary64_1775
sum-log_binary64_1827
add-sqr-sqrt_binary64_1758
associate-*l*_binary64_1677 add-cube-cbrt_binary64_1771 *-un-lft-identity_binary64_1736
associate-*r*_binary64_1676 *-commutative_binary64_1667
flip-+_binary64_1710 flip3-+_binary64_1739 unswap-sqr_binary64_1704 associate-+l+_binary64_1669 +-commutative_binary64_1666
Counts
3 → 61
Calls

6 calls:

21.0ms
(+.f64 (+.f64 (*.f64 (*.f64 a a) (*.f64 b (*.f64 b 2))) (+.f64 (pow.f64 b 4) (pow.f64 a 4))) (*.f64 4 (*.f64 b b)))
10.0ms
(*.f64 (*.f64 a a) (*.f64 b (*.f64 b 2)))
5.0ms
(*.f64 4 (*.f64 b b))
0.0ms
(+.f64 (+.f64 (*.f64 (*.f64 a a) (*.f64 b (*.f64 b 2))) (+.f64 (pow.f64 b 4) (pow.f64 a 4))) (*.f64 4 (*.f64 b b)))
0.0ms
(*.f64 (*.f64 a a) (*.f64 b (*.f64 b 2)))

series513.0ms (11%)

Counts
3 → 27
Calls

3 calls:

393.0ms
(+.f64 (+.f64 (*.f64 (*.f64 a a) (*.f64 b (*.f64 b 2))) (+.f64 (pow.f64 b 4) (pow.f64 a 4))) (*.f64 4 (*.f64 b b)))
91.0ms
(*.f64 (*.f64 a a) (*.f64 b (*.f64 b 2)))
29.0ms
(*.f64 4 (*.f64 b b))
Compiler

Compiled 900 to 781 computations (13.2% saved)

simplify63.0ms (1.3%)

Algorithm
egg-herbie
Counts
88 → 88
Iterations

Useful iterations: 0 (44.0ms)

IterNodesCost
054831488

prune107.0ms (2.3%)

Pruning

3 alts after pruning (2 fresh and 1 done)

PrunedKeptTotal
New88088
Fresh022
Picked011
Done000
Total88391
Error
0b
Counts
91 → 3
Compiler

Compiled 2328 to 1472 computations (36.8% saved)

localize12.0ms (0.3%)

Local error

Found 8 expressions with local error:

24.7b
(cbrt.f64 (pow.f64 (+.f64 (*.f64 a a) (*.f64 b b)) 6))
0.3b
(pow.f64 (+.f64 (*.f64 a a) (*.f64 b b)) 6)
0.0b
(*.f64 4 (*.f64 b b))
0.0b
(+.f64 (cbrt.f64 (pow.f64 (+.f64 (*.f64 a a) (*.f64 b b)) 6)) (*.f64 4 (*.f64 b b)))
0.0b
(+.f64 (cbrt.f64 (pow.f64 (+.f64 (*.f64 a a) (*.f64 b b)) 6)) (*.f64 4 (*.f64 b b)))
0.0b
(*.f64 4 (*.f64 b b))
0.3b
(pow.f64 (+.f64 (*.f64 a a) (*.f64 b b)) 6)
24.7b
(cbrt.f64 (pow.f64 (+.f64 (*.f64 a a) (*.f64 b b)) 6))

rewrite29.0ms (0.6%)

Algorithm
rewrite-expression-head
Rules
10×add-sqr-sqrt_binary64_1758 pow1_binary64_1797 add-exp-log_binary64_1774
add-cbrt-cube_binary64_1772 add-cube-cbrt_binary64_1771 *-un-lft-identity_binary64_1736
cbrt-prod_binary64_1767
unpow-prod-down_binary64_1815 add-log-exp_binary64_1775
pow-unpow_binary64_1813 cbrt-unprod_binary64_1769 associate-*l*_binary64_1677 prod-exp_binary64_1785 pow-prod-down_binary64_1807
sqr-pow_binary64_1708
pow-pow_binary64_1808 pow1/3_binary64_1818 associate-*r*_binary64_1676 sum-log_binary64_1827 flip-+_binary64_1710 *-commutative_binary64_1667 pow-to-exp_binary64_1805 flip3-+_binary64_1739 pow-exp_binary64_1804 unswap-sqr_binary64_1704 +-commutative_binary64_1666
Counts
4 → 62
Calls

8 calls:

9.0ms
(+.f64 (cbrt.f64 (pow.f64 (+.f64 (*.f64 a a) (*.f64 b b)) 6)) (*.f64 4 (*.f64 b b)))
5.0ms
(*.f64 4 (*.f64 b b))
5.0ms
(cbrt.f64 (pow.f64 (+.f64 (*.f64 a a) (*.f64 b b)) 6))
5.0ms
(pow.f64 (+.f64 (*.f64 a a) (*.f64 b b)) 6)
0.0ms
(+.f64 (cbrt.f64 (pow.f64 (+.f64 (*.f64 a a) (*.f64 b b)) 6)) (*.f64 4 (*.f64 b b)))

series742.0ms (15.8%)

Counts
4 → 54
Calls

4 calls:

399.0ms
(+.f64 (cbrt.f64 (pow.f64 (+.f64 (*.f64 a a) (*.f64 b b)) 6)) (*.f64 4 (*.f64 b b)))
196.0ms
(cbrt.f64 (pow.f64 (+.f64 (*.f64 a a) (*.f64 b b)) 6))
120.0ms
(pow.f64 (+.f64 (*.f64 a a) (*.f64 b b)) 6)
26.0ms
(*.f64 4 (*.f64 b b))
Compiler

Compiled 1476 to 1285 computations (12.9% saved)

simplify54.0ms (1.2%)

Algorithm
egg-herbie
Counts
116 → 116
Iterations

Useful iterations: 0 (31.0ms)

IterNodesCost
055952006

prune116.0ms (2.5%)

Pruning

3 alts after pruning (1 fresh and 2 done)

PrunedKeptTotal
New1151116
Fresh101
Picked011
Done011
Total1163119
Error
0b
Counts
119 → 3
Compiler

Compiled 2480 to 1344 computations (45.8% saved)

localize12.0ms (0.2%)

Local error

Found 8 expressions with local error:

0.1b
(*.f64 b (+.f64 4 (*.f64 (*.f64 a a) 2)))
0.0b
(*.f64 (*.f64 a a) 2)
0.0b
(+.f64 (pow.f64 b 3) (*.f64 b (+.f64 4 (*.f64 (*.f64 a a) 2))))
0.0b
(+.f64 4 (*.f64 (*.f64 a a) 2))
0.0b
(+.f64 (pow.f64 b 3) (*.f64 b (+.f64 4 (*.f64 (*.f64 a a) 2))))
0.0b
(+.f64 4 (*.f64 (*.f64 a a) 2))
0.1b
(*.f64 b (+.f64 4 (*.f64 (*.f64 a a) 2)))
0.1b
(*.f64 b (+.f64 (pow.f64 b 3) (*.f64 b (+.f64 4 (*.f64 (*.f64 a a) 2)))))

rewrite37.0ms (0.8%)

Algorithm
rewrite-expression-head
Rules
12×add-sqr-sqrt_binary64_1758
pow1_binary64_1797 add-cbrt-cube_binary64_1772 add-exp-log_binary64_1774 add-log-exp_binary64_1775 add-cube-cbrt_binary64_1771 *-un-lft-identity_binary64_1736
associate-*r*_binary64_1676
associate-*l*_binary64_1677
flip-+_binary64_1710 associate-*r/_binary64_1678 flip3-+_binary64_1739
distribute-rgt-in_binary64_1686 distribute-lft-in_binary64_1685
cube-mult_binary64_1766 distribute-lft-out_binary64_1687 associate-+r+_binary64_1668 sum-log_binary64_1827 cbrt-unprod_binary64_1769 *-commutative_binary64_1667 unswap-sqr_binary64_1704 prod-exp_binary64_1785 +-commutative_binary64_1666 pow-prod-down_binary64_1807
Counts
4 → 70
Calls

8 calls:

13.0ms
(*.f64 b (+.f64 (pow.f64 b 3) (*.f64 b (+.f64 4 (*.f64 (*.f64 a a) 2)))))
8.0ms
(+.f64 (pow.f64 b 3) (*.f64 b (+.f64 4 (*.f64 (*.f64 a a) 2))))
6.0ms
(*.f64 b (+.f64 4 (*.f64 (*.f64 a a) 2)))
3.0ms
(+.f64 4 (*.f64 (*.f64 a a) 2))
0.0ms
(+.f64 4 (*.f64 (*.f64 a a) 2))

series586.0ms (12.5%)

Counts
4 → 39
Calls

4 calls:

243.0ms
(*.f64 b (+.f64 (pow.f64 b 3) (*.f64 b (+.f64 4 (*.f64 (*.f64 a a) 2)))))
190.0ms
(+.f64 (pow.f64 b 3) (*.f64 b (+.f64 4 (*.f64 (*.f64 a a) 2))))
110.0ms
(*.f64 b (+.f64 4 (*.f64 (*.f64 a a) 2)))
43.0ms
(+.f64 4 (*.f64 (*.f64 a a) 2))
Compiler

Compiled 996 to 881 computations (11.5% saved)

simplify50.0ms (1.1%)

Algorithm
egg-herbie
Counts
109 → 109
Iterations

Useful iterations: 0 (27.0ms)

IterNodesCost
053001921

prune117.0ms (2.5%)

Pruning

3 alts after pruning (0 fresh and 3 done)

PrunedKeptTotal
New1090109
Fresh000
Picked011
Done022
Total1093112
Error
0b
Counts
112 → 3
Compiler

Compiled 2292 to 1511 computations (34.1% saved)

regimes235.0ms (5%)

Accuracy

Total 0.0b remaining (71.1%)

Threshold costs 0.0b (71.1%)

Compiler

Compiled 3038 to 2039 computations (32.9% saved)

bsearch0.0ms (0%)

simplify2.0ms (0.1%)

Algorithm
egg-herbie
Iterations

Useful iterations: 0 (1.0ms)

IterNodesCost
03537
13537

end0.0ms (0%)

sample865.0ms (18.5%)

Algorithm
intervals
Results
351.0ms8000×body128valid
0.0msbody128invalid
Compiler

Compiled 439 to 300 computations (31.7% saved)

Pareto

0

Profiling

Loading profile data...