estrace
Function tracer
A tool for tracing and analyzing function calls in JavaScript code at runtime
Trace functions in EcmaScript Modules
13 stars
4 watching
1 forks
Language: JavaScript
last commit: 9 months ago Related projects:
Repository | Description | Stars |
---|---|---|
| A tool for displaying detailed information about system calls and signals in running processes. | 120 |
| A tool for collecting code coverage for EcmaScript Modules in JavaScript applications | 8 |
| A utility that instruments and traces Node.js code, adding functionality to track function calls, arguments, return values, and execution time. | 368 |
| A tool to record and visualize call graphs and execution times of JavaScript functions. | 36 |
| Tools to mock and analyze JavaScript import statements in Node.js | 26 |
| Traverses ECMAScript files based on import/require chains to identify used files and enforce code quality | 2 |
| A tracing module for Koa applications that enables event logging and supports various tracing systems. | 53 |
| Analyzes a binary file's dynamic instrumentation to extract function information and apply modifications at runtime | 90 |
| A tool to inject code into applications to track file accesses and generate dependencies | 83 |
| A library of traversal functions for the ECMAScript Abstract Syntax Tree (AST) | 947 |
| A tracing API for PHP 7 processes that prints stack traces from the target process. | 18 |
| Identifies and reports on patterns in ECMAScript/JavaScript code | 562 |
| A JavaScript compiler and parser that generates JavaScript code from a custom, self-modifying syntax | 13 |
| A library to trace bitmaps using the Vectorization algorithm | 61 |
| A tool for tracing and inspecting Python code during execution to aid in debugging and analysis. | 804 |