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

Ability to output data about write item creation times #93

Closed
dsherret opened this issue Feb 9, 2020 · 1 comment
Closed

Ability to output data about write item creation times #93

dsherret opened this issue Feb 9, 2020 · 1 comment
Labels
domain: core Relates to the core library. performance

Comments

@dsherret
Copy link
Member

dsherret commented Feb 9, 2020

It would be very useful to get some data about when each underlying "write item" is created ("write items" are the final very simple IR that the printer builds up).

This wouldn't be done in release mode obviously.

The end data could then be used to make a visualization that shows where the printer is slow. Probably just a single html file output that shows the file text going from a blue text colour (fast) to red (slow).

@dsherret dsherret added performance domain: core Relates to the core library. labels Feb 9, 2020
@dsherret
Copy link
Member Author

This is essentially #154. It's basically implemented now. Will do remaining work in #354.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
domain: core Relates to the core library. performance
Projects
None yet
Development

No branches or pull requests

1 participant