Pharo method wrappers for performance analysis
# 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