Cerebras prices IPO at $185 per share to raise $5.55Breuters.com9 points·by laixintao·2 mesi fa·3 comments
laixintao·2 anni fa·discuss> Anyone have ideas for a better format?Hi, how about flamegraph? I always want to display the file hierarchy in flamegraph like format.- previous discussion: https://x.com/laixintao/status/1744012609983295816- my work display flamegraph in terminal: https://github.com/laixintao/flameshow
laixintao·3 anni fa·discussYes, for now I didn't find any standard format of samples dump.I already figure out how to integrate with golang's pprof, seems I need to work with other perf tools as well.I am thinking about adding a flag like `--input-format=pprof` for different outputs.
laixintao·3 anni fa·discussGo pprof for now.Let me check those tools, thank you very much!I support if FlameGraph can render those, other tools should be able to interpret the dump as well.
laixintao·3 anni fa·discussFor now, golang only.But I am working on other supports.Is there any common format for flamegraph (stacks), or should I do the work for all tools and languages?