ctrace
Process tracer
A tool for displaying detailed information about system calls and signals in running processes.
Well-formatted and improved trace system calls and signals (when the debugger does not help)
120 stars
2 watching
9 forks
Language: JavaScript
last commit: about 5 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
krakjoe/trace | A tracing API for PHP 7 processes that prints stack traces from the target process. | 18 |
coderaiser/estrace | A tool for tracing and analyzing function calls in JavaScript code at runtime | 13 |
koajs/trace | A tracing module for Koa applications that enables event logging and supports various tracing systems. | 53 |
brendankenny/call-trace | A tool to record and visualize call graphs and execution times of JavaScript functions. | 36 |
tracerbench/tracerbench | Automated tool for analyzing Chrome performance and identifying optimization opportunities | 243 |
kxxt/tracexec | A utility for tracing execve{,at} and pre-exec behavior in programs. | 276 |
synacktiv/frinet | Tracer for generating platform-specific execution traces with Frida plugin on various architectures | 464 |
watson/stackman | A tool for examining and debugging stack traces in Node.js applications | 251 |
mxmssh/drltrace | A tool that traces and logs API calls made by applications during runtime. | 389 |
temporal/tracer | Provides a tracing profiler for Common Lisp applications to collect detailed information on function calls and execution sequences. | 54 |
melisgl/journal | A library for logging, tracing, testing, and persistence in Common Lisp | 39 |
valyouw/njstrace | A utility that instruments and traces Node.js code, adding functionality to track function calls, arguments, return values, and execution time. | 366 |
clojure/tools.trace | A Clojure library for tracing and debugging code execution | 361 |
fogleman/pt | A path tracing engine written in Go with various features and a simple API. | 2,083 |
nikolaydubina/go-instrument | Automatically adds tracing code to Go functions and methods | 229 |