Home
last modified time | relevance | path

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

/third_party/node/src/
H A Dhistogram.h46 inline uint64_t RecordDelta();
126 static void RecordDelta(const v8::FunctionCallbackInfo<v8::Value>& args);
H A 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()
H A Dhistogram-inl.h82 uint64_t Histogram::RecordDelta() { in RecordDelta() function in node::Histogram
H A Dnode_perf.cc245 uint64_t delta = histogram.RecordDelta(); in CreateELDHistogram()

Completed in 3 milliseconds