summaryrefslogtreecommitdiff
path: root/src/node_perf.cc
AgeCommit message (Expand)Author
2019-09-07src: make ELDHistogram a HandleWrapAnna Henningsen
2019-09-07perf_hooks: remove GC callbacks on zero observers countKirill Fomichev
2019-08-01src: allow generic C++ callables in SetImmediate()Anna Henningsen
2019-07-12perf_hooks: add HttpRequest statistics monitoring #28445vmarchaud
2019-05-23src: remove memory_tracker-inl.h from header filesSam Roberts
2019-05-13src: remove util-inl.h from header filesSam Roberts
2019-04-26src: use predefined AliasedBuffer types in the code baseJoyee Cheung
2019-04-12src: replace FromJust() with Check() when possibleSam Roberts
2019-04-06src: port coverage serialization to C++Joyee Cheung
2019-03-20perf_hooks: reset prev_ before starting ELD timerGerhard Stoebich
2019-03-05src: prefer to get `Environment` from `Context`Anna Henningsen
2019-02-19src: apply clang-tidy rule performance-unnecessary-value-paramgengjiawen
2019-02-18src: unify uptime base used across the code baseJoyee Cheung
2019-02-08perf_hooks: implement histogram based apiJames M Snell
2019-02-06perf_hooks: only enable GC tracking when it's requestedJoyee Cheung
2019-01-31src: simplify SlicedArgumentsAnna Henningsen
2019-01-29src: pass along errors from perf obj instantiationAnna Henningsen
2019-01-28perf_hooks: clean up GC listenersAnna Henningsen
2018-12-17perf_hooks: make GC tracking state per-EnvironmentAnna Henningsen
2018-12-03src: fix type mismatch warnings from missing privSam Roberts
2018-11-17src: elevate v8 namespaces of referenced artifactsKanika Singhal
2018-10-25test: verify `performance.timerify()` works w/ non-Node ContextsAnna Henningsen
2018-10-24src: simplify `TimerFunctionCall()` in `node_perf.cc`Anna Henningsen
2018-09-24src: replace deprecated uses of FunctionTemplate::GetFunctionAndreas Haas
2018-09-17src: refactor `Environment::GetCurrent()` usageAnna Henningsen
2018-08-21perf_hooks: move strings to envJames M Snell
2018-08-13perf_hooks: avoid memory leak on gc observerJames M Snell
2018-08-09src: move process.binding('performance') to internalBindingJames M Snell
2018-07-29src: remove calls to deprecated v8 functions (NewFromUtf8)Ujjwal Sharma
2018-06-22src: avoid common case heap allocationBen Noordhuis
2018-04-03perf_hooks: simplify perf_hooksJames M Snell
2018-03-26src: name all builtin init functions InitializeDaniel Bevenius
2018-03-19perf_hooks,trace_events: fix timescale on bootstrap marksJames M Snell
2018-03-16perf_hooks,trace_events: emit perf milestone trace eventsJames M Snell
2018-03-09src: add tracing category macrosJames M Snell
2018-03-06perf_hooks: fix timingTimothy Gu
2018-02-26perf_hooks: emit trace events for marks, measures, and timerifyJames M Snell
2018-02-26perf_hooks: eliminate deprecation warningJames M Snell
2018-02-22src: fix deprecation warning in node_perf.ccDaniel Bevenius
2018-01-27src: remove unused variablecjihrig
2018-01-24http2,perf_hooks: perf state using AliasedBufferKyle Farnung
2018-01-18timers: allow Immediates to be unrefedAnatoli Papirovski
2018-01-09perf_hooks: fix scheduling regressionAnatoli Papirovski
2018-01-02http2: perf_hooks integrationJames M Snell
2017-12-27perf_hooks: refactor internalsJames M Snell
2017-12-17src: replace SetAccessor w/ SetAccessorPropertyJure Triglav
2017-11-16src: perf_hooks: fix wrong sized deleteAli Ijaz Sheikh
2017-11-13src: explicitly register built-in modulesYihong Wang
2017-11-11src: use unrefed async for GC trackingAnna Henningsen
2017-09-21src: handle uv_async_init() failureBen Noordhuis