UNPKG
cpu-profiler
Version:
latest (2.1.1)
2.1.1
2.1.0
1.0.0
Node bindings for the v8 cpu profiler
github.com/tomgco/strong-cpu-profiler
cpu-profiler
/
index.js
3 lines
(2 loc)
•
124 B
JavaScript
View Raw
1
2
3
var
base
= process.env.STRONG_PROFILER_COV ?
'lib-cov'
:
'lib'
; module.exports = require(
'./'
+
base
+
'/strong-profiler'
);