Home
last modified time | relevance | path

Searched refs:performance_state (Results 1 – 7 of 7) sorted by relevance

/third_party/node/src/
Dnode_perf.cc114 AliasedUint32Array& observers = env->performance_state()->observers; in Notify()
171 AliasedFloat64Array& milestones = env->performance_state()->milestones; in Measure()
221 env->performance_state()->Mark(milestone); in MarkMilestone()
237 AliasedUint32Array& observers = env->performance_state()->observers; in PerformanceGCCallback()
261 env->performance_state()->performance_last_gc_start_mark = PERFORMANCE_NOW(); in MarkGarbageCollectionStart()
270 PerformanceState* state = env->performance_state(); in MarkGarbageCollectionEnd()
359 AliasedUint32Array& observers = env->performance_state()->observers; in TimerFunctionCall()
390 AliasedUint32Array& observers = env->performance_state()->observers; in Notify()
452 PerformanceState* state = env->performance_state(); in Initialize()
Dnode_main_instance.cc129 env->performance_state()->Mark( in Run()
148 env->performance_state()->Mark( in Run()
Dnode_worker.cc352 env_->performance_state()->Mark( in Run()
371 env_->performance_state()->Mark( in Run()
823 double loop_start_time = w->env_->performance_state()->milestones[ in LoopStartTime()
Dnode.cc421 env->performance_state()->Mark( in MarkBootstrapComplete()
Denv-inl.h990 inline performance::PerformanceState* Environment::performance_state() { in performance_state() function
Denv.h1026 inline performance::PerformanceState* performance_state();
Dnode_http2.cc51 AliasedUint32Array& observers = env->performance_state()->observers; in HasHttp2Observer()