cpuprofilify
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -117,3 +117,8 @@ 'use strict'; | ||
proto._filterInternals = function _filterInternals() { | ||
this._filtered = filterInternals(this._trace, this._opts); | ||
if (this._converterCtr.proto.type === 'instruments') { | ||
this.emit('warn', 'Filtering internals is not supported for Instrument callgraphs at this point'); | ||
this._filtered = this._trace; | ||
} else { | ||
this._filtered = filterInternals(this._trace, this._opts); | ||
} | ||
this._filteredLen = this._filtered.length; | ||
@@ -120,0 +125,0 @@ |
{ | ||
"name": "cpuprofilify", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Converts output of various profiling/sampling tools to the .cpuprofile format so it can be loaded into Chrome DevTools.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
2694583
28
89811
1