Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pharo-contributions/methodprofiler
https://github.com/pharo-contributions/methodprofiler
pharo
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pharo-contributions/methodprofiler
- Owner: pharo-contributions
- Created: 2023-04-12T09:17:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-09T12:32:18.000Z (over 1 year ago)
- Last Synced: 2024-10-10T13:07:13.175Z (2 months ago)
- Topics: pharo
- Language: Smalltalk
- Homepage:
- Size: 54.7 KB
- Stars: 2
- Watchers: 4
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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 ].
```