summaryrefslogtreecommitdiff
path: root/lib/perf_hooks.js
AgeCommit message (Expand)Author
2019-02-08perf_hooks: implement histogram based apiJames M Snell
2019-02-06perf_hooks: only enable GC tracking when it's requestedJoyee Cheung
2018-12-16tools: enable no-useless-constructor lint rulecjihrig
2018-12-05lib: use ES6 class inheritance styleRuben Bridgewater
2018-12-05lib: remove `inherits()` usageRuben Bridgewater
2018-10-04bootstrapper: move internalBinding to NativeModuleGus Caplan
2018-08-18http2: move process.binding('http2') to internalBindingJames M Snell
2018-08-09src: move process.binding('performance') to internalBindingJames M Snell
2018-06-15perf_hooks: remove less useful bootstrap marksJames M Snell
2018-04-03perf_hooks: simplify perf_hooksJames M Snell
2018-03-25lib: always show ERR_INVALID_ARG_TYPE received partRuben Bridgewater
2018-03-06perf_hooks: fix timingTimothy Gu
2018-03-05lib: port errors to new systemMichaƫl Zasso
2018-02-26perf_hooks: make PerformanceObserver an AsyncResourceJames M Snell
2018-01-31perf_hooks: add warning when too many entries in the timelineJames M Snell
2018-01-11perf_hooks,http2: add performance.clear()James M Snell
2018-01-09http2: use aliased buffer for perf stats, add statsJames M Snell
2018-01-02http2: perf_hooks integrationJames M Snell
2017-08-23perf_hooks: implementation of the perf timing APIJames M Snell