eflame icon indicating copy to clipboard operation
eflame copied to clipboard

Flame Graph profiler for Erlang

Results 7 eflame issues
Sort by recently updated
recently updated
newest added

This is working for me. I'm less familiar with erlang, so it might not be idiomatic. I looked into using proplists for the Options argument, but it doesn't seem to...

- Uses maps instead of `dict:dict()`. - Avoid doing list processing when handling trace messages. - Remove unnecessary list processing when building the `iolist()`. - Consolidate multiplications of `1000`s into...

I was getting timeout errors after the function passed to `apply/2` was finished. Turned out I needed to increase the timeout in `stop_trace/2`. It would be nice if it could...

Package is already published, but I will be glad to transfer rights to you. I need only your email registered on hex.

Hi, `eflame:apply` fails for me with a segmentation fault on BEAM 19 (only tested on macOS) when executing a very simple [Elixir script](https://gist.github.com/zweizeichen/6554a0e179149e020faa8a38e12fc908). As my knowledge of Erlang is quite...

This is a continuation of PR https://github.com/proger/eflame/pull/15, that was Fixes https://github.com/proger/eflame/issues/13 The change added is moving the `Mode` and `OutputFile` parameters to `Options`. Note this is a **breaking change**.