gc-profiler
Advanced tools
Comparing version 1.3.1 to 1.4.0
@@ -9,6 +9,9 @@ "use strict"; | ||
// https://github.com/v8/v8/blob/ca9ec36eb5881f73c1ac1b5a5df710227ad96fae/include/v8.h#L5228 | ||
var GC_TYPES = { | ||
1: 'Scavenge', | ||
2: 'MarkSweepCompact', | ||
3: 'All' | ||
4: 'IncrementalMarking', | ||
8: 'ProcessWeakCallbacks', | ||
15: 'All' | ||
}; | ||
@@ -32,4 +35,4 @@ | ||
}; | ||
main.emit('gc', info); | ||
}); |
{ | ||
"name": "gc-profiler", | ||
"description": "Allows you to profile when the garbage collector runs, and how long it takes.", | ||
"version": "1.3.1", | ||
"version": "1.4.0", | ||
"author": "Bret Copeland <bret@atlantisflight.org>", | ||
@@ -6,0 +6,0 @@ "contributors": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8361
50