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

export profiles data #140

Open
d-monnet opened this issue Sep 5, 2023 · 2 comments
Open

export profiles data #140

d-monnet opened this issue Sep 5, 2023 · 2 comments
Labels
enhancement New feature or request question Further information is requested

Comments

@d-monnet
Copy link
Contributor

d-monnet commented Sep 5, 2023

Hi there, I'd like to know if there is a function to export the data (.csv or similar) of the performance profiles (the coordinates of the points of the curves). I'd like to retrieve these coordinates to do the plot myself with a different software.

Thanks !

@d-monnet d-monnet added enhancement New feature or request question Further information is requested labels Sep 5, 2023
@tmigot
Copy link
Member

tmigot commented Oct 2, 2023

Hi @d-monnet !
I don't think it exists at the moment, but that's a good feature to add in my opinion.
I think the strategy would be to split in two methods the one that builds the performance profile. Feel free to open a PR if you have a tentative implementation that would solve this.

@d-monnet
Copy link
Contributor Author

I looked into it and performance_profile_data is what I was looking for.
I think it suffices to add a .csv export function in the BenchmarkProfiles.jl package to address this issue, or this function would be better suited in this (SolverBenchmark.jl) package ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants