pharo-telemetry

Description

Performance telemetry collection infrastructure based on Beacon

Details

Source
GitHub
Dialect
pharo (25% confidence)
License
MIT
Stars
2
Created
Nov. 27, 2021
Updated
Nov. 26, 2025

README excerpt

# pharo-telemetry
Performance telemetry collection infrastructure based on Beacon

# pharo-vm-telemetry
Extends Cog Interpreter with detailed performance and memory telemetry.
Requires installed VMMaker.

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