Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stefanpenner/trace-hooks
https://github.com/stefanpenner/trace-hooks
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/stefanpenner/trace-hooks
- Owner: stefanpenner
- Created: 2014-12-30T22:02:46.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-05-09T17:36:55.000Z (over 7 years ago)
- Last Synced: 2024-10-17T18:02:41.880Z (19 days ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
trace-hooks
===========rewrite JS code to add instrumentation hooks.
Currently it tracks
-------------------* function calls
* branch pathsdata
---------* position in original source
* countsPlans to support
----------------* type information of method call arguments
* type information of branch points
* type information of various varsVizualizing
------------basic UI is in the works, but nothing to show yet.
Tooling
-------sorta done:
* basic commandline tool
pending:
* broccoli-filter
* better commandline tools