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

Make the UI polymorphic to be opened with both profilers: the lifetime and the object allocation sites #18

Closed
jordanmontt opened this issue Jun 23, 2023 · 0 comments

Comments

@jordanmontt
Copy link
Owner

jordanmontt commented Jun 23, 2023

For example, we will probably need to modify the method:

respondToAnnouncement

	illimaniAnnouncer ifNotNil: [
		illimaniAnnouncer when: IllimaniStopedProfilingAnnouncement
			do: [ self refresh ]
			for: self ]

and add an open method to the initialization profiler:

open

	^ IllimaniAllocationProfilerUI new
		  profiler: self;
		  open;
		  yourself
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant