cpuprofilify
Advanced tools
Comparing version 0.1.0 to 0.1.1
'use strict'; | ||
var filterInternals = require('./lib/filter-internals') | ||
var filterInternals = require('trace-filter-internals') | ||
, traceUtil = require('./lib/trace-util') | ||
@@ -5,0 +5,0 @@ , getConverter = require('./lib/get-converter') |
{ | ||
"name": "cpuprofilify", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Converts output of various profiling/sampling tools to the .cpuprofile format so it can be loaded into Chrome DevTools.", | ||
@@ -27,2 +27,3 @@ "main": "index.js", | ||
"resolve-jit-symbols": "~0.4.3", | ||
"trace-filter-internals": "^0.1.0", | ||
"xtend": "~4.0.0" | ||
@@ -29,0 +30,0 @@ }, |
95655
6
759
+ Addedtrace-filter-internals@0.1.0(transitive)