An open API service indexing awesome lists of open source software.

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

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 ] ].
```