MCPcopy Create free account
hub / github.com/Tencent/TAD_Sim / getModuleStepTime

Function getModuleStepTime

simcore/grading/utils/eval_common.cpp:19–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17const EvalParams& getEvalParams() { return globalEvalParams; }
18bool isReportEnabled() { return !(getEvalParams().m_is_simcity); }
19double getModuleStepTime() { return g_stepTime; }
20size_t getTotalEgoNum() { return total_ego_num; }
21std::string getMyEgoGroupName() { return getEvalParams().m_ego_groupname; }
22} // namespace eval

Callers 15

StepMethod · 0.85
StepMethod · 0.85
StepMethod · 0.85
StepMethod · 0.85
StepMethod · 0.85
InitMethod · 0.85
EvalAccTimeOfAccLaneMethod · 0.85
EvalDecTimeOfDecLaneMethod · 0.85
StepMethod · 0.85
StepMethod · 0.85
StepMethod · 0.85
StepMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected