tick
Version:
node-compatible v8.log processor
17 lines (14 loc) • 574 B
Plain Text
0.1.0
- LogProcessor now tries to giess v8.log format and it shoukd handle
profiles from both node 0.10.x and 0.11.x
- added timeline gnuplot script generation
0.0.6
- --ignore-unknown flag
0.0.2
- it's now possible to use large files (previous version filed on 5Gb
example). readableStream is used now instead of 'read all & split'
- fixe for argument parser initialisation. log & snapshot file name
and other options work now
- separate source files `require`d instead of joining all sources into
single bundle
- scripts updated from V8 3.14.5