node/test/cctest
Ali Ijaz Sheikh c4f0e81dd0
src: trace_events: background thread events
V8 uses a thread pool provided by the host to schedule background tasks
for concurrent GC and compiation. Emit trace events to identify the
background threads. Ensure that the tracing infrastructure is started
before the thread pool is initialized.

PR-URL: https://github.com/nodejs/node/pull/20823
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
2018-05-23 17:05:38 -04:00
..
node_test_fixture.cc test: introduce SetUpTestCase/TearDownTestCase 2018-02-06 06:50:14 +01:00
node_test_fixture.h src: trace_events: background thread events 2018-05-23 17:05:38 -04:00
test_aliased_buffer.cc src: replace template<template < 2018-05-14 19:20:46 +02:00
test_base64.cc test: add basic cctest for base64.h 2017-04-08 11:57:40 +03:00
test_environment.cc src: set thread local env in CreateEnvironment 2018-02-16 07:27:08 +01:00
test_inspector_socket.cc inspector: report client-visible host and port 2018-04-02 10:20:30 -07:00
test_inspector_socket_server.cc test: properly tag anonymous namespaces 2018-02-08 18:43:36 -05:00
test_node_postmortem_metadata.cc src: refactor BaseObject internal field management 2018-05-08 14:22:25 -07:00
test_platform.cc src: limit foreground tasks draining loop 2018-05-04 11:49:32 -04:00
test_url.cc module: Allow runMain to be ESM 2017-09-07 15:18:32 -05:00
test_util.cc