summaryrefslogtreecommitdiff
path: root/src/node_perf.h
AgeCommit message (Expand)Author
2019-02-08perf_hooks: implement histogram based apiJames M Snell
2019-02-06src: delete unreachable code in node_perf.hgengjiawen
2019-01-29src: pass along errors from perf obj instantiationAnna Henningsen
2019-01-21src: reduce includes of node_internals.hJoyee Cheung
2018-03-16perf_hooks,trace_events: emit perf milestone trace eventsJames M Snell
2018-03-06perf_hooks: fix timingTimothy Gu
2018-02-26perf_hooks: emit trace events for marks, measures, and timerifyJames M Snell
2018-01-02http2: perf_hooks integrationJames M Snell
2017-12-27perf_hooks: refactor internalsJames M Snell
2017-11-17src: rename base-object -> base_objectDaniel Bevenius
2017-10-30src: do not include x.h if x-inl.h is includedJoyee Cheung
2017-09-24src: remove unused constant from node_perf.hAnna Henningsen
2017-09-21src: constify PerformanceEntry data membersBen Noordhuis
2017-09-21src: return references from getters, not copiesBen Noordhuis
2017-09-15src: keep track of env properly in node_perf.ccAnna Henningsen
2017-08-23perf_hooks: implementation of the perf timing APIJames M Snell