Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-05-30perf_hooks: fix start_time of perf_hookstheanarkh
2021-12-19perf_hooks: multiple fixes for HistogramJames M Snell
2021-06-28bootstrap: support perf hooks in snapshotJoyee Cheung
2021-06-28perf_hooks: refactor perf_hooks for snapshot buildingJoyee Cheung
2021-05-25src: use SPrintF in ProcessEmitWarningDarshan Sen
2021-04-12perf_hooks: fix loop delay resolution validationAntoine du Hamel
2021-02-22perf_hooks: complete overhaul of the implementationJames M Snell
2021-02-15perf_hooks: introduce createHistogramJames M Snell
2021-02-08src: avoid implicit type conversionsMichaƫl Zasso
2021-01-03src: reduce duplicated boilerplate with new env utility fnJames M Snell
2020-12-11perf_hooks: invoke performance_entry_callback via MakeSyncCallback()Nicolai Stange
2020-08-29perf_hooks: add idleTime and event loop utilTrevor Norris
2020-07-18src: snapshot Environment upon instantiationJoyee Cheung
2020-07-14src,doc,test: remove String::New default parameterAnna Henningsen
2020-06-14src: introduce BaseObject base FunctionTemplateAnna Henningsen
2020-05-28src: remove unused using declarationsDaniel Bevenius
2020-05-22src: use enum for refed flag on native immediatesAnna Henningsen
2020-04-10perf_hooks: allow omitted parameters in 'performance.measure'himself65
2020-04-02src: align PerformanceState class name with conventionsAnna Henningsen
2020-03-02src: improve handling of internal field countingJames M Snell
2020-02-04perf_hooks: add property flags to GCPerformanceEntryKirill Fomichev
2019-09-08src: 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-06src: 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-04src: 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-22perf_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