Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 426 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 426 Bytes

pharo-telemetry

Performance telemetry collection infrastructure based on Beacon

pharo-vm-telemetry

Extends Cog Interpreter with detailed performance and memory telemetry. Requires installed VMMaker.

EpMonitor disableDuring: [
  Author useAuthor: 'Load' during: [
    Metacello new
      baseline: 'CoInterpreterTelemetry';
      repository: 'github://feenkcom/pharo-telemetry:main/src';
      load ] ].