summaryrefslogtreecommitdiff
path: root/src/node_perf.cc
Commit message (Expand)AuthorAgeFilesLines
* perf_hooks: multiple fixes for HistogramJames M Snell2021-12-191-46/+21
* bootstrap: support perf hooks in snapshotJoyee Cheung2021-06-281-2/+23
* perf_hooks: refactor perf_hooks for snapshot buildingJoyee Cheung2021-06-281-11/+11
* src: use SPrintF in ProcessEmitWarningDarshan Sen2021-05-251-1/+1
* perf_hooks: fix loop delay resolution validationAntoine du Hamel2021-04-111-2/+2
* perf_hooks: complete overhaul of the implementationJames M Snell2021-02-221-273/+55
* perf_hooks: introduce createHistogramJames M Snell2021-02-141-155/+29
* src: avoid implicit type conversionsMichaƫl Zasso2021-02-071-1/+1
* src: reduce duplicated boilerplate with new env utility fnJames M Snell2021-01-031-2/+1
* perf_hooks: invoke performance_entry_callback via MakeSyncCallback()Nicolai Stange2020-12-111-5/+4
* perf_hooks: add idleTime and event loop utilTrevor Norris2020-08-291-0/+8
* src: snapshot Environment upon instantiationJoyee Cheung2020-07-181-2/+48
* src,doc,test: remove String::New default parameterAnna Henningsen2020-07-141-5/+2
* src: introduce BaseObject base FunctionTemplateAnna Henningsen2020-06-141-0/+1
* src: remove unused using declarationsDaniel Bevenius2020-05-281-3/+0
* src: use enum for refed flag on native immediatesAnna Henningsen2020-05-211-2/+2
* perf_hooks: allow omitted parameters in 'performance.measure'himself652020-04-101-6/+11
* src: align PerformanceState class name with conventionsAnna Henningsen2020-04-021-3/+3
* 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