Tim Bunce
Tim Bunce
@locks any chance you'll be getting back to it soon?
That's good to hear, thanks. Could you push what you have soonish?
> The nytprofhtml version on debian testing has a higher version number than the code here (6.03 vs 6.02). Oh, thank you! I'd simply forgotten to push after the last...
No problem. This is actually a known issue - there's an open [ticket in rt.cpan.org](https://rt.cpan.org/Public/Bug/Display.html?id=84704) that's not been copied over to github yet. A small test case (ideally one that...
I don't remember the details off-hand, but this: ``` /* XXX temp hack way to store calling subname */ sv = *av_fetch(av, NYTP_SCi_CALLING_SUB, 1); if (!SvROK(sv)) /* autoviv */ sv_setsv(sv,...
Interesting idea. Should be easy for you to try out and send me a pull request ;)
See the [new `--cp` option](https://github.com/brendangregg/FlameGraph#consistent-palette). The new `--hash` option might also work well and would be simpler (because it doesn't require copying the pallet file between runs).
A simple test case would be appreciated.
Does this relate to #72? Can you create a small test case with Sub::Quote only (either for this or #72) and include it inline here?