Home
last modified time | relevance | path

Searched refs:RecordDelta (Results 1 – 4 of 4) sorted by relevance

/third_party/node/src/
Dhistogram.h46 inline uint64_t RecordDelta();
126 static void RecordDelta(const v8::FunctionCallbackInfo<v8::Value>& args);
Dhistogram.cc191 void HistogramBase::RecordDelta(const FunctionCallbackInfo<Value>& args) { in RecordDelta() function in node::HistogramBase
194 (*histogram)->RecordDelta(); in RecordDelta()
312 SetProtoMethod(isolate, tmpl, "recordDelta", RecordDelta); in GetConstructorTemplate()
338 registry->Register(RecordDelta); in RegisterExternalReferences()
Dhistogram-inl.h82 uint64_t Histogram::RecordDelta() { in RecordDelta() function
Dnode_perf.cc257 uint64_t delta = histogram.RecordDelta(); in CreateELDHistogram()