Miller 6.5.0

This commit is contained in:
John Kerl 2022-11-27 12:48:33 -05:00
parent b6846fcd0f
commit 2ac27714d8
63 changed files with 1110 additions and 3149 deletions

View file

@ -45,9 +45,6 @@ eks pan 2 0.758679 0.522151 3.6808304227112796 2
wye wye 3 0.204603 0.338318 1.7412477437471126 6
eks wye 4 0.381399 0.134188 18.588317372151177 24
wye pan 5 0.573288 0.863624 211.38663947090302 120
Memory profile started.
Memory profile finished.
go tool pprof -http=:8080 foo-stream
</pre>
Properties of user-defined functions:
@ -102,9 +99,6 @@ NR=4
numcalls=10
NR=5
numcalls=15
Memory profile started.
Memory profile finished.
go tool pprof -http=:8080 foo-stream
</pre>
Properties of user-defined subroutines:
@ -185,9 +179,6 @@ purple triangle false 7 65 80.1405 5.8240 purple:triangle
yellow circle true 8 73 63.9785 4.2370 yellow:circle
yellow circle true 9 87 63.5058 8.3350 yellow:circle
purple square false 10 91 72.3735 8.2430 purple:square
Memory profile started.
Memory profile finished.
go tool pprof -http=:8080 foo-stream
</pre>
<pre class="pre-highlight-in-pair">
@ -214,9 +205,6 @@ purple triangle false 7 65 80.1405 5.8240 purple:triangle above
yellow circle true 8 73 63.9785 4.2370 yellow:circle above
yellow circle true 9 87 63.5058 8.3350 yellow:circle above
purple square false 10 91 72.3735 8.2430 purple:square above
Memory profile started.
Memory profile finished.
go tool pprof -http=:8080 foo-stream
</pre>
Note that you need a semicolon after the closing curly brace of the function literal.
@ -250,9 +238,6 @@ purple triangle false 7 65 80.1405 5.8240 purple:triangle above
yellow circle true 8 73 63.9785 4.2370 yellow:circle above
yellow circle true 9 87 63.5058 8.3350 yellow:circle above
purple square false 10 91 72.3735 8.2430 purple:square above
Memory profile started.
Memory profile finished.
go tool pprof -http=:8080 foo-stream
</pre>
See the [page on higher-order functions](reference-dsl-higher-order-functions.md) for more.