Home
last modified time | relevance | path

Searched refs:statsDiff (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/inspector/
H A Dv8-heap-profiler-agent-impl.cc136 auto statsDiff = std::make_unique<protocol::Array<int>>(); variable
138 statsDiff->emplace_back(updateData[i].index);
139 statsDiff->emplace_back(updateData[i].count);
140 statsDiff->emplace_back(updateData[i].size);
142 m_frontend->heapStatsUpdate(std::move(statsDiff));

Completed in 1 milliseconds