1 مستودع
Diagnostic tools that map low-level execution threads to high-level actor identities using PIDs and aliases.
Distinct from Parallel Execution Profilers: Specializes parallel profiling by associating goroutines with specific actor identifiers.
Explore 1 awesome GitHub repository matching development tools & productivity · Actor Execution Profiling. Refine with filters or upvote what's useful.
Ergo is a distributed actor framework for Go that implements the Erlang distribution protocol, enabling the construction of resilient, concurrent applications that can communicate transparently with Erlang/OTP nodes. At its core, it provides an actor model with isolated lightweight processes, priority-ordered mailboxes, and a meta-process architecture that separates blocking I/O from sequential message handling to prevent actor freezing. The framework includes a Raft-inspired cluster consensus system for leader election and automatic failover, along with OTP-style supervision trees that organi
Tags goroutines with actor PIDs or aliases for identification in pprof profiling output.