Jack Lindamood
Jack Lindamood
I would post my actual heapdump but it's 278MB :( I hope you can reproduce it via the test application above. I'm doing this on a mac, if that matters.
I have a smaller example dump at https://github.com/cep21/heaptest/blob/master/example_dumps/heapdump2 which produces this output: ``` < ./hview heapdump2 Loading... 2015/09/16 23:17:29 unexpected EOF ```
There is for sure something going on here. I'll look into it and get back. Thanks!!
Just following up, it's a bit more complicated to figure out than I thought :/ I wonder if it has to do with a single output. The panic is because...
Hi, Sorry for the delay. This is indeed an issue and it's not as simple as I thought to resolve. Any help here or PR would be appreciated.
Thanks for the update. I don't think I can change this API to match because it would be a breaking change for users of the library. I recommend maybe a...
I agree this is a reasonable idea. Do you have ideas how to do this without breaking backwards compatibility?
RunMetrics is a public interface. If we add methods to it, it will cause people's code to not compile anymore if they have custom structs that implement it.
Sorry for the delay. I don't think a new major version is workable. I think it's best to create a new interface `type RunMetricsCtx interface`, have all the built in...
It is still todo. The more I thought about it, the more worried I became that it would be dangerous. Do you have a strong need for this: curious about...