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

@time_imports to show total time as well #46850

Open
baggepinnen opened this issue Sep 21, 2022 · 2 comments
Open

@time_imports to show total time as well #46850

baggepinnen opened this issue Sep 21, 2022 · 2 comments
Labels
feature Indicates new feature / enhancement requests

Comments

@baggepinnen
Copy link
Contributor

I frequenctly find myself calling

@time_imports using SlowPackage

followed by a restart of julia and then

@time using SlowPackage

to get the total time. It would be nice if @time_imports would print the total time as well.

@baggepinnen
Copy link
Contributor Author

baggepinnen commented Sep 21, 2022

@time @time_imports using SlowPackage

is a valid approach to get both at the same time, but it requires you to remember to use both

@oscardssmith oscardssmith added the feature Indicates new feature / enhancement requests label Sep 21, 2022
@IanButterworth
Copy link
Member

Yeah, it should do this automatically. The first version before release did, but that was because of a bug in code loading that made the loading partially nested, but that was fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Indicates new feature / enhancement requests
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants