summaryrefslogtreecommitdiff
path: root/src/node_perf.cc
Commit message (Expand)AuthorAgeFilesLines
* src: improve handling of internal field countingJames M Snell2020-03-021-1/+2
* perf_hooks: add property flags to GCPerformanceEntryKirill Fomichev2020-02-041-0/+20
* src: make ELDHistogram a HandleWrapAnna Henningsen2019-09-071-26/+13
* perf_hooks: remove GC callbacks on zero observers countKirill Fomichev2019-09-071-8/+22
* src: allow generic C++ callables in SetImmediate()Anna Henningsen2019-08-011-10/+10
* perf_hooks: add HttpRequest statistics monitoring #28445vmarchaud2019-07-121-0/+16
* src: remove memory_tracker-inl.h from header filesSam Roberts2019-05-231-0/+1
* src: remove util-inl.h from header filesSam Roberts2019-05-131-0/+1
* src: use predefined AliasedBuffer types in the code baseJoyee Cheung2019-04-261-8/+4
* src: replace FromJust() with Check() when possibleSam Roberts2019-04-121-10/+10
* src: port coverage serialization to C++Joyee Cheung2019-04-061-23/+0
* perf_hooks: reset prev_ before starting ELD timerGerhard Stoebich2019-03-201-0/+1
* src: prefer to get `Environment` from `Context`Anna Henningsen2019-03-051-3/+2
* src: apply clang-tidy rule performance-unnecessary-value-paramgengjiawen2019-02-191-1/+1
* src: unify uptime base used across the code baseJoyee Cheung2019-02-181-1/+0
* perf_hooks: implement histogram based apiJames M Snell2019-02-081-0/+186
* perf_hooks: only enable GC tracking when it's requestedJoyee Cheung2019-02-061-3/+5
* src: simplify SlicedArgumentsAnna Henningsen2019-01-311-2/+2
* src: pass along errors from perf obj instantiationAnna Henningsen2019-01-291-11/+18
* perf_hooks: clean up GC listenersAnna Henningsen2019-01-281-0/+5
* perf_hooks: make GC tracking state per-EnvironmentAnna Henningsen2018-12-171-9/+9
* src: fix type mismatch warnings from missing privSam Roberts2018-12-031-1/+2
* src: elevate v8 namespaces of referenced artifactsKanika Singhal2018-11-171-18/+25
* test: verify `performance.timerify()` works w/ non-Node ContextsAnna Henningsen2018-10-251-1/+1
* src: simplify `TimerFunctionCall()` in `node_perf.cc`Anna Henningsen2018-10-241-39/+20
* src: replace deprecated uses of FunctionTemplate::GetFunctionAndreas Haas2018-09-241-1/+1
* src: refactor `Environment::GetCurrent()` usageAnna Henningsen2018-09-171-0/+1
* perf_hooks: move strings to envJames M Snell2018-08-211-4/+4
* perf_hooks: avoid memory leak on gc observerJames M Snell2018-08-131-0/+3
* src: move process.binding('performance') to internalBindingJames M Snell2018-08-091-1/+1
* src: remove calls to deprecated v8 functions (NewFromUtf8)Ujjwal Sharma2018-07-291-4/+8
* src: avoid common case heap allocationBen Noordhuis2018-06-221-6/+1
* perf_hooks: simplify perf_hooksJames M Snell2018-04-031-1/+13
* src: name all builtin init functions InitializeDaniel Bevenius2018-03-261-4/+4
* perf_hooks,trace_events: fix timescale on bootstrap marksJames M Snell2018-03-191-1/+1
* perf_hooks,trace_events: emit perf milestone trace eventsJames M Snell2018-03-161-5/+11
* src: add tracing category macrosJames M Snell2018-03-091-7/+14
* perf_hooks: fix timingTimothy Gu2018-03-061-0/+35
* perf_hooks: emit trace events for marks, measures, and timerifyJames M Snell2018-02-261-4/+16
* perf_hooks: eliminate deprecation warningJames M Snell2018-02-261-1/+1
* src: fix deprecation warning in node_perf.ccDaniel Bevenius2018-02-221-1/+2
* src: remove unused variablecjihrig2018-01-271-2/+0
* http2,perf_hooks: perf state using AliasedBufferKyle Farnung2018-01-241-18/+17
* timers: allow Immediates to be unrefedAnatoli Papirovski2018-01-181-13/+5
* perf_hooks: fix scheduling regressionAnatoli Papirovski2018-01-091-7/+17
* http2: perf_hooks integrationJames M Snell2018-01-021-3/+3
* perf_hooks: refactor internalsJames M Snell2017-12-271-149/+110
* src: replace SetAccessor w/ SetAccessorPropertyJure Triglav2017-12-171-16/+48
* src: perf_hooks: fix wrong sized deleteAli Ijaz Sheikh2017-11-161-1/+3
* src: explicitly register built-in modulesYihong Wang2017-11-131-1/+1