MethodProfiler

Details

Source
GitHub
Dialect
pharo (40% confidence)
Stars
2
Forks
3
Created
April 12, 2023
Updated
Aug. 29, 2023
Topics
pharo

README excerpt

# MethodProfiler
![CI](https://github.com/BastouP411/MethodProfiler/actions/workflows/ci.yml/badge.svg)
[![Pharo version](https://img.shields.io/badge/Pharo-12-%23aac9ff.svg)](https://pharo.org/download)


## How to install it

```smalltalk
EpMonitor disableDuring: [
	Metacello new
		baseline: 'MethodProfiler';
		repository: 'github://BastouP411/MethodProfiler:main';
		load ].
```
← Back to results