gc_tracer
Garbage collector tracer
Tools for tracing and monitoring Ruby garbage collector activities
Add GC::Tracer module.
306 stars
9 watching
20 forks
Language: C
last commit: almost 3 years ago
Linked from 1 awesome list
Related projects:
| Repository | Description | Stars |
|---|---|---|
| | A module to track object allocation and its age in Ruby | 437 |
| | Provides a GC profiler/logger and Object-Oriented Garbage Collection (OOGC) implementation for Ruby 2.1 | 255 |
| | A conservative, thread-local garbage collector for C. | 1,217 |
| | Provides visibility into garbage collection performance of Rails applications. | 11 |
| | Collects metrics about garbage collector state in Common Lisp systems | 4 |
| | Automatically adds tracing code to Go functions and methods | 232 |
| | A single-header incremental garbage collector library for managing heap memory in C programs. | 271 |
| | An implementation of the mark-sweep garbage collection algorithm in C. | 730 |
| | A tiny garbage collector for C that automatically frees unreachable memory allocations | 972 |
| | A tool that provides introspection into Ruby objects' method ancestry and lookup paths | 364 |
| | A tracing API for PHP 7 processes that prints stack traces from the target process. | 18 |
| | A tool to count lines of code in various programming languages and file formats. | 30 |
| | A tracing module for Koa applications that enables event logging and supports various tracing systems. | 53 |
| | A Rack middleware to inject Google Analytics tracking code into web requests | 257 |
| | A tool to measure compilation time of Swift projects. | 334 |