Home
last modified time | relevance | path

Searched refs:performance_state (Results 1 - 9 of 9) sorted by relevance

/third_party/node/src/
H A Dnode_perf.cc105 env->performance_state()->Mark(milestone); in MarkMilestone()
123 if (env->performance_state()->current_gc_type != 0) { in MarkGarbageCollectionStart()
126 env->performance_state()->performance_last_gc_start_mark = PERFORMANCE_NOW(); in MarkGarbageCollectionStart()
127 env->performance_state()->current_gc_type = type; in MarkGarbageCollectionStart()
163 PerformanceState* state = env->performance_state(); in MarkGarbageCollectionEnd()
167 env->performance_state()->current_gc_type = 0; in MarkGarbageCollectionEnd()
193 env->performance_state()->current_gc_type = 0; in GarbageCollectionCleanupHook()
202 env->performance_state()->current_gc_type = 0; in InstallGarbageCollectionTracking()
224 AliasedUint32Array& observers = env->performance_state()->observers; in Notify()
271 env->performance_state() in MarkBootstrapComplete()
[all...]
H A Dnode_perf.h116 AliasedUint32Array& observers = env->performance_state()->observers; in Notify()
H A Denv.h468 performance::PerformanceState::SerializeInfo performance_state; member
704 inline performance::PerformanceState* performance_state();
H A Dnode_snapshotable.cc127 << "// -- performance_state begins --\n" in operator <<()
128 << i.performance_state << ",\n" in operator <<()
129 << "// -- performance_state ends --\n" in operator <<()
746 result.performance_state = in Read()
768 data.performance_state); in Write()
H A Denv-inl.h696 inline performance::PerformanceState* Environment::performance_state() { in performance_state() function in node::Environment
H A Denv.cc732 isolate, MAYBE_FIELD_PTR(env_info, performance_state)); in Environment()
1612 info.performance_state = performance_state_->Serialize(ctx, creator); in Serialize()
H A Dnode_worker.cc849 double loop_start_time = w->env_->performance_state()->milestones[ in LoopStartTime()
H A Dnode_http2.cc55 AliasedUint32Array& observers = env->performance_state()->observers; in HasHttp2Observer()
/third_party/node/src/api/
H A Dembed_helpers.cc34 env->performance_state()->Mark( in SpinEventLoop()
60 env->performance_state()->Mark( in SpinEventLoop()

Completed in 17 milliseconds