Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restrict reported traces to a given module #121

Open
cossio opened this issue Nov 13, 2019 · 1 comment
Open

Restrict reported traces to a given module #121

cossio opened this issue Nov 13, 2019 · 1 comment
Labels
wishlist Feature requests

Comments

@cossio
Copy link

cossio commented Nov 13, 2019

It would be nice if the output flamegraph could be restricted to showing only lines coming from a module. When I am benchmarking my code, I usually don't care about the calls to Julia base or stdlibs, for example.

@timholy
Copy link
Owner

timholy commented Jan 22, 2020

There's a variant of this now: you can color the calls from different modules differently, see https://github.com/timholy/FlameGraphs.jl

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wishlist Feature requests
Projects
None yet
Development

No branches or pull requests

2 participants