summaryrefslogtreecommitdiff
path: root/src/node_perf.cc
Commit message (Expand)AuthorAgeFilesLines
* src: bootstrap Web [Exposed=*] APIs in the shadow realmChengzhong Wu2023-03-161-43/+47
* src: fix negative nodeTiming milestone valueslegendecas2023-03-031-1/+4
* src: move AliasedBuffer implementation to -inl.hJoyee Cheung2023-03-011-1/+1
* src: rename internal module declaration as internal bindingslegendecas2022-11-291-3/+3
* perf_hooks: fix gc elapsed timetheanarkh2022-08-101-1/+14
* bootstrap: support more builtins in the embedded code cacheJoyee Cheung2022-08-051-0/+8
* src: split property helpers from node::Environmentlegendecas2022-08-021-13/+15
* src: per-environment time origin valuelegendecas2022-07-161-10/+12
* perf_hooks: fix miscounted gc performance entry starttime (#43066)Xuguang Mei2022-06-171-2/+4
* perf_hooks: fix start_time of perf_hookstheanarkh2022-05-261-3/+2
* 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