summaryrefslogtreecommitdiff
path: root/lib/perf_hooks.js
AgeCommit message (Expand)Author
2019-11-30lib: use static Number properties from primordialsMichaël Zasso
2019-11-30lib: enforce use of Boolean from primordialsMichaël Zasso
2019-11-27lib: enforce use of Array from primordialsMichaël Zasso
2019-11-25lib: flatten access to primordialsMichaël Zasso
2019-09-13perf_hooks: remove non-existent entries from inspectKirill Fomichev
2019-09-07perf_hooks: ignore duplicated entries in observerKirill Fomichev
2019-09-07perf_hooks: remove GC callbacks on zero observers countKirill Fomichev
2019-09-05perf_hooks: import http2 only onceKirill Fomichev
2019-07-12perf_hooks: add HttpRequest statistics monitoring #28445vmarchaud
2019-07-06lib: use `class ... extends` in perf_hooks.jsAnna Henningsen
2019-06-16perf_hooks,trace_events: use stricter equalitycjihrig
2019-04-16lib: require globals instead of using the global proxyJoyee Cheung
2019-04-12lib: enforce the use of Object from primordialsMichaël Zasso
2019-04-04errors: add more information in case of invalid callbacksRuben Bridgewater
2019-03-22perf_hooks: load internal/errors eagerlyJoyee Cheung
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