njsTrace
Code tracer
A utility that instruments and traces Node.js code, adding functionality to track function calls, arguments, return values, and execution time.
A Node.js tracing and instrumentation utility
366 stars
20 watching
41 forks
Language: JavaScript
last commit: 10 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
brendankenny/call-trace | A tool to record and visualize call graphs and execution times of JavaScript functions. | 36 |
coderaiser/estrace | A tool for tracing and analyzing function calls in JavaScript code at runtime | 13 |
watson/stackman | A tool for examining and debugging stack traces in Node.js applications | 251 |
ionelmc/python-hunter | A tool for tracing and inspecting Python code during execution to aid in debugging and analysis. | 804 |
koajs/trace | A tracing module for Koa applications that enables event logging and supports various tracing systems. | 53 |
tntim96/jscover | Measures code coverage in JavaScript applications to ensure test reliability and quality | 399 |
automation-stack/ctrace | A tool for displaying detailed information about system calls and signals in running processes. | 120 |
caseymm/img2geojson | An application for dragging images onto maps and exporting traced paths as GeoJSON files | 18 |
tnachen/mesos_traces_vis | A web-based visualization tool for displaying Mesos tracing data | 4 |
wycats/looper | Analyzes ES6 code to make transpiled output smaller and more efficient by identifying scopes in the code | 16 |
codemix/babel-plugin-trace | A Babel plugin that allows selective logging of JavaScript code at build time | 63 |
krakjoe/trace | A tracing API for PHP 7 processes that prints stack traces from the target process. | 18 |
elgris/zipkin-instrumentation-vue-resource | An interceptor for vue-resource that adds tracing functionality to HTTP requests. | 8 |
apigee/trireme | A tool that enables Java applications to execute JavaScript scripts within a sandboxed environment. | 479 |
coderaiser/putout | Tools to analyze and transform JavaScript code for better readability and maintainability | 708 |