Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 190 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 190 Bytes

Node Instrument

Instrument node.js code for async profiling.

var instrument = require('instrument')
var fs = require('fs')

instrument('fs')

instrument.listen(9001)