Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stefanpenner/trace-hooks


https://github.com/stefanpenner/trace-hooks

Last synced: 17 days ago
JSON representation

Awesome Lists containing this project

README

        

trace-hooks
===========

rewrite JS code to add instrumentation hooks.

Currently it tracks
-------------------

* function calls
* branch paths

data
---------

* position in original source
* counts

Plans to support
----------------

* type information of method call arguments
* type information of branch points
* type information of various vars

Vizualizing
------------

basic UI is in the works, but nothing to show yet.

Tooling
-------

sorta done:

* basic commandline tool

pending:

* broccoli-filter
* better commandline tools