Follow-up Comment #21, bug #68145 (group groff):

From the Sorry-I'll-Read-That-Again Dept.:

First let's cover the boring case of traditionally paginated (not continuously
rendered) output.  We don't want to regress that.


$ time ~/groff-1.23.0/bin/grotty < 64bashes-paginated.grout >/dev/null

real    0m2.543s
user    0m2.535s
sys     0m0.008s
$ time ~/groff-1.24.0/bin/grotty < 64bashes-paginated.grout >/dev/null

real    0m2.908s
user    0m2.896s
sys     0m0.012s
$ time ./build/grotty -F ./build/font < 64bashes-paginated.grout >/dev/null

real    0m2.957s
user    0m2.953s
sys     0m0.004s


But that's not what the people are here to see.  So let's go "unpaginated"
(continuously rendered).


$ time ~/groff-1.23.0/bin/grotty < 64bashes-unpaginated.grout >/dev/null

real    1m32.143s
user    0m33.840s
sys     0m58.299s
$ time ~/groff-1.24.0/bin/grotty < 64bashes-unpaginated.grout >/dev/null

real    1m31.234s
user    0m33.668s
sys     0m57.562s
$ time ./build/grotty -F ./build/font < 64bashes-unpaginated.grout >/dev/null
./build/grotty:<standard input>:1318: debug: GBR: reallocating page memory to
132 lines
./build/grotty:<standard input>:2271: debug: GBR: reallocating page memory to
264 lines
./build/grotty:<standard input>:5262: debug: GBR: reallocating page memory to
528 lines
./build/grotty:<standard input>:10876: debug: GBR: reallocating page memory to
1056 lines
./build/grotty:<standard input>:22397: debug: GBR: reallocating page memory to
2112 lines
./build/grotty:<standard input>:45418: debug: GBR: reallocating page memory to
4224 lines
./build/grotty:<standard input>:89114: debug: GBR: reallocating page memory to
8448 lines
./build/grotty:<standard input>:177960: debug: GBR: reallocating page memory
to 16896 lines
./build/grotty:<standard input>:356449: debug: GBR: reallocating page memory
to 33792 lines
./build/grotty:<standard input>:711496: debug: GBR: reallocating page memory
to 67584 lines
./build/grotty:<standard input>:1423318: debug: GBR: reallocating page memory
to 135168 lines
./build/grotty:<standard input>:2845470: debug: GBR: reallocating page memory
to 270336 lines
./build/grotty:<standard input>:5691470: debug: GBR: reallocating page memory
to 540672 lines
./build/grotty:<standard input>:9764618: debug: GBR: freeing oversized page
memory of 540672 lines

real    0m3.513s
user    0m3.289s
sys     0m0.224s


How da ya like **them** apples?


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?68145>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/

Attachment: signature.asc
Description: PGP signature

Reply via email to