https://github.com/feenkcom/pharo-telemetry
Performance telemetry collection infrastructure based on Beacon
https://github.com/feenkcom/pharo-telemetry
Last synced: 12 months ago
JSON representation
Performance telemetry collection infrastructure based on Beacon
- Host: GitHub
- URL: https://github.com/feenkcom/pharo-telemetry
- Owner: feenkcom
- License: mit
- Created: 2021-11-27T11:29:54.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-06-26T12:06:31.000Z (12 months ago)
- Last Synced: 2025-06-26T13:21:17.073Z (12 months ago)
- Language: Smalltalk
- Size: 104 KB
- Stars: 2
- Watchers: 11
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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 ] ].
```