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

Document configuration options for disabling of performance/permutation visualization #92

Open
jnk0le opened this issue Oct 12, 2024 · 5 comments
Labels
enhancement New feature or request

Comments

@jnk0le
Copy link

jnk0le commented Oct 12, 2024

// ------------------------------------------------------------------------- cycle (expected) ------------------------------------------------------------------------->
// 0                        25                       50                       75                       100                      125                      150
// |------------------------|------------------------|------------------------|------------------------|------------------------|------------------------|--------------
// *....................................................................................................................................................................
// *....................................................................................................................................................................   

This matrix takes an O(N^2) of storage.
e.g. this file is already 35MiB in size:

Alternative could be to provide each instruction with simple cycle number instead of graphical matrix

@jnk0le
Copy link
Author

jnk0le commented Oct 12, 2024

unused macros can also be trimmed

@hanno-becker
Copy link
Collaborator

hanno-becker commented Oct 12, 2024

@jnk0le Have you tried conf.visualize_reordering = False and/or visualize_expected_performance=False?

@jnk0le
Copy link
Author

jnk0le commented Oct 12, 2024

missed that

@jnk0le jnk0le closed this as completed Oct 12, 2024
@hanno-becker
Copy link
Collaborator

In fairness, it's not properly documented.

@hanno-becker hanno-becker reopened this Oct 12, 2024
@hanno-becker hanno-becker changed the title add option to remove or alternative, cycle position matrix boilerplate Document configuration options for disabling of performance/permutation visualization Oct 12, 2024
@hanno-becker
Copy link
Collaborator

@jnk0le If you have a minute, feel free to open a PR for this.

@hanno-becker hanno-becker added the enhancement New feature or request label Oct 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants