jlfwong/speedscope

Support trailing whitespace & floating point values with Brendan Gregg collapsed stack format

Open

#157 创建于 2018年9月5日

在 GitHub 查看
 (1 评论) (0 反应) (0 负责人)TypeScript (4,040 star) (181 fork)batch import
feature requesthelp wanted

描述

So I have some custom tool that generates data in a output similar to Brendan Gregg's stack format, that works with flamegraph.pl, but is throwing issues with my custom file.

I found there were a few different issues in my file:

  • a trailing newline in the file causing an error
  • my values weren't integers
  • some of my values were negative

Not sure if we could raise a better error message, for those?

Maybe it'd also be useful mentioning that in the docs, I am happy to make a PR, if there is a way to do that in docs?

贡献者指南