looking_glass
looking_glass copied to clipboard
An Erlang/Elixir/BEAM profiler tool
**Error:** ```erlang 1> lg:trace({app, 'bla-bla'}). ** exception error: no match of right hand side value undefined in function lg:flatten/2 (/some-app/_build/default/lib/looking_glass/src/lg.erl, line 91) in call from lg:do_trace/4 (/some-app/_build/default/lib/looking_glass/src/lg.erl, line 78) 2>...
``` OTP-14734 Application(s): erts Related Id(s): ERL-496 BIFs now behave like ordinary functions with regard to tracing, allowing call_count tracing and fixing a few bugs where return trace messages were...
Also fix the OTP docs to indicate which flag enables the `gc_major_*` messages.