-
Notifications
You must be signed in to change notification settings - Fork 2
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
Measure load times; display on graph #64
Comments
Though hm I think you can't import a package that is, yes, in Manifest, but not in Projecr. So maybe we run |
Relevant: the macro just sets the
My question is: is the last time reported the total time? Or of the root pkg only. Relevant PRs:
(the src for latest commit above is different than code in PR). So it's been rewritten from 1.8 to 1.9 or .10 |
Again from src of main PR (https://github.com/JuliaLang/julia/pull/41612/files), redirect_stdout(buf) do
@eval @time_imports using Foo3242
end So we don't need a sep process to read printed timings. |
And no, the numbers are not cumulative: (also not the last one -- notwithstanding what the example might imply; CSV really takes two seconds on its own) |
Proof of concept: 9ffab8e |
Next step is integrating into codebase. and then API.. a flag is fine (no sep function needed) |
|
On integration: some files now capitalized; no more internals/ dir. |
|
So this got done in 95a1465. ] |
from
The text was updated successfully, but these errors were encountered: