Home
last modified time | relevance | path

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

/third_party/node/src/
H A Dhistogram.cc366 Local<FunctionTemplate> IntervalHistogram::GetConstructorTemplate( in GetConstructorTemplate()
401 void IntervalHistogram::RegisterExternalReferences( in RegisterExternalReferences()
422 IntervalHistogram::IntervalHistogram( in IntervalHistogram() function in node::IntervalHistogram
441 BaseObjectPtr<IntervalHistogram> IntervalHistogram::Create( in Create()
450 return BaseObjectPtr<IntervalHistogram>(); in Create()
453 return MakeBaseObject<IntervalHistogram>( in Create()
462 void IntervalHistogram::TimerCB(uv_timer_t* handle) { in TimerCB()
463 IntervalHistogram* histogra in TimerCB()
[all...]
H A Dhistogram.h166 class IntervalHistogram : public HandleWrap, public HistogramImpl { class
178 static BaseObjectPtr<IntervalHistogram> Create(
184 IntervalHistogram(
221 SET_MEMORY_INFO_NAME(IntervalHistogram)
222 SET_SELF_SIZE(IntervalHistogram)
H A Dnode_perf.cc243 BaseObjectPtr<IntervalHistogram> histogram = in CreateELDHistogram()
244 IntervalHistogram::Create(env, interval, [](Histogram& histogram) { in CreateELDHistogram()
371 IntervalHistogram::RegisterExternalReferences(registry); in RegisterExternalReferences()

Completed in 3 milliseconds