Stream: git-wasmtime

Topic: wasmtime / issue #4584 Use a `SmallVec` for `ABIArg`s


view this post on Zulip Wasmtime GitHub notifications bot (Aug 02 2022 at 21:43):

cfallin commented on issue #4584:

Incidentally I'd love to know which tool/crate you're using to do the histogram -- I've done ad-hoc things (println | sort -n | uniq -c level of hackery) but if there's a stats/sampling framework somewhere we should be using I'd love to know about it!

view this post on Zulip Wasmtime GitHub notifications bot (Aug 02 2022 at 21:45):

fitzgen commented on issue #4584:

I wrote this tool a while back for command-line histograms: https://github.com/fitzgen/histo

view this post on Zulip Wasmtime GitHub notifications bot (Aug 02 2022 at 21:45):

fitzgen commented on issue #4584:

I just hack in println!s, pipe through grep and cut, and then pipe into that tool.


Last updated: Oct 23 2024 at 20:03 UTC