summaryrefslogtreecommitdiff
path: root/src/node_perf.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* src: use unrefed async for GC trackingAnna Henningsen2017-11-111-0/+1
* src: handle uv_async_init() failureBen Noordhuis2017-09-211-3/+4
* src: keep track of env properly in node_perf.ccAnna Henningsen2017-09-151-15/+19
* src: refactor `#include` handlingAnna Henningsen2017-09-141-5/+1
* src: fix compiler warnings in node_perf.ccDaniel Bevenius2017-09-031-4/+4
* perf_hooks: fix presumed typo in node_perf.ccAnna Henningsen2017-08-281-1/+1
* perf_hooks: implementation of the perf timing APIJames M Snell2017-08-231-0/+389