gc_tracer
Garbage collector tracer
Tools for tracing and monitoring Ruby garbage collector activities
Add GC::Tracer module.
307 stars
9 watching
20 forks
Language: C
last commit: almost 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
ko1/allocation_tracer | A module to track object allocation and its age in Ruby | 439 |
tmm1/gctools | Provides a GC profiler/logger and Object-Oriented Garbage Collection (OOGC) implementation for Ruby 2.1 | 257 |
mkirchner/gc | A conservative, thread-local garbage collector for C. | 1,213 |
peek/peek-gc | Provides visibility into garbage collection performance of Rails applications. | 11 |
40ants/prometheus-gc | Collects metrics about garbage collector state in Common Lisp implementations | 4 |
nikolaydubina/go-instrument | Automatically adds tracing code to Go functions and methods | 229 |
bullno1/ugc | A single-header incremental garbage collector library for managing heap memory in C programs. | 269 |
munificent/mark-sweep | An implementation of the mark-sweep garbage collection algorithm in C. | 727 |
orangeduck/tgc | A tiny garbage collector for C that automatically frees unreachable memory allocations | 969 |
oggy/looksee | A tool that provides introspection into Ruby objects' method ancestry and lookup paths | 364 |
krakjoe/trace | A tracing API for PHP 7 processes that prints stack traces from the target process. | 18 |
joaodanielrufino/gcloc | A tool to count lines of code in various programming languages and file formats. | 30 |
koajs/trace | A tracing module for Koa applications that enables event logging and supports various tracing systems. | 53 |
kangguru/rack-google-analytics | A Rack middleware to inject Google Analytics tracking code into web requests | 257 |
giginet/xcprofiler | A tool to measure compilation time of Swift projects. | 334 |