runtime_events_tools icon indicating copy to clipboard operation
runtime_events_tools copied to clipboard

Results 12 runtime_events_tools issues
Sort by recently updated
recently updated
newest added

This PR allows olly to attach to an external process by directory and PID. That is, it implements #41. I understand that @tmcgilchrist mentioned [here](https://github.com/tarides/runtime_events_tools/pull/43#issuecomment-2044129467) that he has already started...

This PR implements translation of runtime event names (and tags) using tables loaded at runtime, in order to allow consumption of runtime events from different versions of OCaml. It also...

It should be possible to attach Olly to an existing OCaml program that is already running. > When enabled (either via setting the OCAML_RUNTIME_EVENTS_START environment variable or calling Runtime_events.start) a...

The field `GC overhead (% of CPU time)` varies more than it should, ranging from 24.44% to 9446.93%. The same run of stress.exe from [solver-service](https://github.com/ocurrent/solver-service) with 6 cores has yielded...

bug

https://github.com/ocaml/ocaml/pull/12840/ added documentation for Custom events to the manual.

This information is present in the README. Will be good to have this the help command.

While wanting to try out `olly` on a PR against `trunk` I spotted a dependency on `tracing`, which again depends on `ppx_jane`, which again depends on `ppxlib`, which requires "ocaml"...

Olly currently exposes a CLI interface for gc-stats. It's possibly useful to expose this APIs that other programs can use. For instance, meio re-implements some functionality (https://github.com/ocaml-multicore/meio/blob/main/src/lib/latency.ml). Making APIs available...

enhancement
help wanted

The default is as before: 0.1 s sleep between calls to read_poll. A value of 0.0 skips sleeping altogether. This is possibly useful if events are being lost - a...

stale