mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-20 18:10:07 +00:00
Clarify locations of performance info
This commit is contained in:
parent
6282bf1dcb
commit
36f3c3cb0f
62 changed files with 2076 additions and 33 deletions
|
|
@ -89,6 +89,9 @@ end {
|
|||
83
|
||||
89
|
||||
97
|
||||
Memory profile started.
|
||||
Memory profile finished.
|
||||
go tool pprof -http=:8080 foo-stream
|
||||
</pre>
|
||||
|
||||
## Mandelbrot-set generator
|
||||
|
|
@ -228,6 +231,9 @@ CHARS = @X*o-.
|
|||
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
|
||||
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
|
||||
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
|
||||
Memory profile started.
|
||||
Memory profile finished.
|
||||
go tool pprof -http=:8080 foo-stream
|
||||
</pre>
|
||||
|
||||
But using a very small font size (as small as my Mac will let me go), and by choosing the coordinates to zoom in on a particular part of the complex plane, we can get a nice little picture:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue