# MethodProfiler  [](https://pharo.org/download) ## How to install it ```smalltalk EpMonitor disableDuring: [ Metacello new baseline: 'MethodProfiler'; repository: 'github://BastouP411/MethodProfiler:main'; load ]. ```