Files
node/lib
James M Snell 2ec6995555 perf_hooks: simplify perf_hooks
Remove the `performance.getEntries()` and `performance.clear*()`
variants and eliminate the accumulation of the global timeline
entries. The design of this particular bit of the API is a memory
leak and performance footgun. The `PerformanceObserver` API is
a better approach to consuming the data in a more transient way.

PR-URL: https://github.com/nodejs/node/pull/19563
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
2018-04-03 13:57:41 -07:00
..
2018-03-25 03:01:45 +02:00
2018-03-25 03:10:15 +02:00
2018-03-30 19:41:41 -05:00
2018-03-05 19:51:30 +01:00
2018-03-05 19:51:30 +01:00
2018-03-30 14:20:40 +02:00
2018-04-03 13:57:41 -07:00
2018-03-05 19:51:30 +01:00
2018-03-15 20:50:35 +08:00
2018-03-05 19:51:30 +01:00
2018-04-03 17:59:22 +02:00