Home
last modified time | relevance | path

Searched refs:V8ProfilerConnection (Results 1 – 3 of 3) sorted by relevance

/third_party/node/src/
Dinspector_profiler.h19 class V8ProfilerConnection {
23 explicit V8ProfilerSessionDelegate(V8ProfilerConnection* connection) in V8ProfilerSessionDelegate()
30 V8ProfilerConnection* connection_;
33 explicit V8ProfilerConnection(Environment* env);
34 virtual ~V8ProfilerConnection() = default;
82 class V8CoverageConnection : public V8ProfilerConnection {
84 explicit V8CoverageConnection(Environment* env) : V8ProfilerConnection(env) {} in V8CoverageConnection()
105 class V8CpuProfilerConnection : public V8ProfilerConnection {
108 : V8ProfilerConnection(env) {} in V8CpuProfilerConnection()
125 class V8HeapProfilerConnection : public V8ProfilerConnection {
[all …]
Dinspector_profiler.cc33 V8ProfilerConnection::V8ProfilerConnection(Environment* env) in V8ProfilerConnection() function in node::profiler::V8ProfilerConnection
35 std::make_unique<V8ProfilerConnection::V8ProfilerSessionDelegate>( in V8ProfilerConnection()
40 uint32_t V8ProfilerConnection::DispatchMessage(const char* method,
/third_party/node/doc/changelogs/
DCHANGELOG_V12.md3346 …s/node/commit/294d2ea71d)] - **(SEMVER-MINOR)** **src**: refactor V8ProfilerConnection::DispatchMe…
3349 …://github.com/nodejs/node/commit/0c9bc02b96)] - **src**: refactor V8ProfilerConnection to be more …