Home
last modified time | relevance | path

Searched refs:performance_state_ (Results 1 – 3 of 3) sorted by relevance

/third_party/node/src/
Denv.cc713 performance_state_ = std::make_unique<performance::PerformanceState>( in Environment()
769 performance_state_->Mark(performance::NODE_PERFORMANCE_MILESTONE_ENVIRONMENT, in InitializeMainContext()
771 performance_state_->Mark(performance::NODE_PERFORMANCE_MILESTONE_NODE_START, in InitializeMainContext()
775 performance_state_->Mark(performance::NODE_PERFORMANCE_MILESTONE_V8_START, in InitializeMainContext()
1611 info.performance_state = performance_state_->Serialize(ctx, creator); in Serialize()
1658 performance_state_->Deserialize(ctx); in DeserializeProperties()
Denv-inl.h703 return performance_state_.get(); in performance_state()
Denv.h1037 std::unique_ptr<performance::PerformanceState> performance_state_; variable