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: 4 months ago Related projects:
Repository | Description | Stars |
---|---|---|
automation-stack/ctrace | A tool for displaying detailed information about system calls and signals in running processes. | 120 |
coderaiser/escover | A tool for collecting code coverage for EcmaScript Modules in JavaScript applications | 8 |
valyouw/njstrace | A utility that instruments and traces Node.js code, adding functionality to track function calls, arguments, return values, and execution time. | 366 |
brendankenny/call-trace | A tool to record and visualize call graphs and execution times of JavaScript functions. | 36 |
coderaiser/mock-import | Tools to mock and analyze JavaScript import statements in Node.js | 26 |
brettz9/es-file-traverse | Traverses ECMAScript files based on import/require chains to identify used files and enforce code quality | 2 |
koajs/trace | A tracing module for Koa applications that enables event logging and supports various tracing systems. | 53 |
invictus1306/functrace | Analyzes a binary file's dynamic instrumentation to extract function information and apply modifications at runtime | 89 |
jacereda/fsatrace | A tool to inject code into applications to track file accesses and generate dependencies | 81 |
estools/estraverse | A library of traversal functions for the ECMAScript Abstract Syntax Tree (AST) | 943 |
krakjoe/trace | A tracing API for PHP 7 processes that prints stack traces from the target process. | 18 |
adametry/gulp-eslint | Identifies and reports on patterns in ECMAScript/JavaScript code | 562 |
coderaiser/goldstein | A JavaScript compiler and parser that generates JavaScript code from a custom, self-modifying syntax | 13 |
powerflasherbr/as3potrace | A library to trace bitmaps using the Vectorization algorithm | 62 |
ionelmc/python-hunter | A tool for tracing and inspecting Python code during execution to aid in debugging and analysis. | 804 |