MethodTracker

Description

Pharo method wrappers for performance analysis

Details

Source
GitHub
Dialect
pharo (25% confidence)
Stars
3
Forks
2
Created
May 4, 2021
Updated
June 20, 2023

README excerpt

# Method Trackers

Pharo method trackers for performance analysis.

I'm a self contained package and I can be loaded with:

```smalltalk
Metacello new
    baseline: 'MethodTracker';
    repository: 'github://bauing-schmidt/MethodTracker/src';
    load.
```

Slides presented at PharoDays22 can be found at https://bauing-schmidt.github.io/MethodTracker/PharoDays22.slides.html
← Back to results