-
Notifications
You must be signed in to change notification settings - Fork 8
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
Use integrator interface, add flame script #482
Conversation
Is the pprof-generated site static? Could we generate it on buildkite, and post it to a webserver? |
I suspect it is, and that sounds great, but I'm not sure how to do that. Could we try to add that later? |
Hmm, doesn't look like it is officially supported: google/pprof#670 Though apparently just saving the html mostly works: google/pprof#401 (comment) |
bors r+ |
482: Use integrator interface, add flame script r=charleskawczynski a=charleskawczynski This PR adds a flame script to the repo, and changes the monitored drivers to use OrdinaryDiffEq.jl's integrator interface. This should help make the analysis a bit more streamlined. Co-authored-by: Charles Kawczynski <[email protected]>
In addition to or instead of PProf could we generate a cpuprofile file assest? https://github.com/julia-vscode/ChromeProfileFormat.jl You can view these directly in vscode after downloading the file. |
Opened #483. |
562afcc
to
ba9848c
Compare
Canceled. |
bors r+ |
This PR adds a flame script to the repo, and changes the monitored drivers to use OrdinaryDiffEq.jl's integrator interface. This should help make the analysis a bit more streamlined.