summaryrefslogtreecommitdiff
path: root/src/node_perf.h
Commit message (Expand)AuthorAgeFilesLines
* perf_hooks: add property flags to GCPerformanceEntryKirill Fomichev2020-02-041-1/+23
* src: change env.h includes for forward declarationsAlexandre Ferrando2019-10-311-1/+3
* src: make ELDHistogram a HandleWrapAnna Henningsen2019-09-071-5/+3
* src: apply clang-tidy rule modernize-use-equals-defaultgengjiawen2019-04-241-1/+1
* src: port coverage serialization to C++Joyee Cheung2019-04-061-2/+0
* perf_hooks: implement histogram based apiJames M Snell2019-02-081-0/+36
* src: delete unreachable code in node_perf.hgengjiawen2019-02-061-1/+0
* src: pass along errors from perf obj instantiationAnna Henningsen2019-01-291-1/+1
* src: reduce includes of node_internals.hJoyee Cheung2019-01-211-1/+0
* perf_hooks,trace_events: emit perf milestone trace eventsJames M Snell2018-03-161-6/+12
* perf_hooks: fix timingTimothy Gu2018-03-061-2/+6
* perf_hooks: emit trace events for marks, measures, and timerifyJames M Snell2018-02-261-0/+1
* http2: perf_hooks integrationJames M Snell2018-01-021-3/+3
* perf_hooks: refactor internalsJames M Snell2017-12-271-94/+40
* src: rename base-object -> base_objectDaniel Bevenius2017-11-171-1/+1
* src: do not include x.h if x-inl.h is includedJoyee Cheung2017-10-301-1/+0
* src: remove unused constant from node_perf.hAnna Henningsen2017-09-241-3/+0
* src: constify PerformanceEntry data membersBen Noordhuis2017-09-211-10/+10
* src: return references from getters, not copiesBen Noordhuis2017-09-211-4/+4
* src: keep track of env properly in node_perf.ccAnna Henningsen2017-09-151-0/+7
* perf_hooks: implementation of the perf timing APIJames M Snell2017-08-231-0/+174