MCPcopy Create free account
hub / github.com/X-Profiler/xprofiler / SendCollectStatistics

Method SendCollectStatistics

src/environment_data.cc:100–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98}
99
100void EnvironmentData::SendCollectStatistics() {
101 uv_async_send(&statistics_async_);
102}
103
104void EnvironmentData::AddGCEpilogueCallback(Nan::GCEpilogueCallback callback,
105 v8::GCType gc_type_filter) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected