Skip to content

Commit

Permalink
Merge 29f9195
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanmontt committed Jun 18, 2024
2 parents f28e0ce + 29f9195 commit 3809f99
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ IllAllocationSiteProfiler new
Example 2, object lifetimes profiler on a code snippet:

```st
IllObjectLifetimesProfiler new.
IllObjectLifetimesProfiler new
profileOn: [ 15 timesRepeat: [ StPlaygroundPresenter open close ] ] ;
open;
yourself
Expand Down Expand Up @@ -122,7 +122,7 @@ Illimani is also a profiling framework. A user can implement his own profiler by

## Allocation Site profiler

![GIF1](https://github.com/jordanmontt/illimani-memory-profiler/assets/33934979/fd915e86-a251-48c9-a087-3929d74509e7)
![allo](https://github.com/jordanmontt/illimani-memory-profiler/assets/33934979/c83ab37b-3ec3-4f19-b4de-02110cd837af)

It is also possible to copy the execution stack of *each* of the allocated objects with the message.
This is very useful when you to make analysis, for example indentify in which context the allocations were prodoced, etc.
Expand All @@ -136,7 +136,7 @@ Without the UI, because the profiler is independent from the UI, you can access

## Object lifetimes profiler

![GIF2](https://github.com/jordanmontt/illimani-memory-profiler/assets/33934979/b1bfd2fd-80d9-4a5b-8c12-0f637f5cfeb5)
![fina](https://github.com/jordanmontt/illimani-memory-profiler/assets/33934979/e0c3cf6e-5105-45dc-84ba-26a5513a6710)

## Implementation details

Expand Down

0 comments on commit 3809f99

Please sign in to comment.