Searched refs:StatTime (Results 1 – 6 of 6) sorted by relevance
/third_party/mindspore/tests/ut/cpp/utils/ |
D | profile_test.cc | 81 MsProfile::StatTime("Step01.stage1", t2 - t1); in TEST_F() 82 MsProfile::StatTime("Step01.stage2", t3 - t2); in TEST_F() 83 MsProfile::StatTime("Step02.stage1", t4 - t3); in TEST_F() 84 MsProfile::StatTime("Step02.stage2", t5 - t4); in TEST_F() 85 MsProfile::StatTime("Step02.stage3", t6 - t5); in TEST_F()
|
/third_party/mindspore/mindspore/ccsrc/frontend/optimizer/ |
D | opt.cc | 80 MsProfile::StatTime("substitution." + name_, time - t); in operator ()() 82 MsProfile::StatTime("match." + name_, time - t); in operator ()() 123 MsProfile::StatTime("replace." + substitution->name_, GetTime() - t); in DoTransform() 222 MsProfile::StatTime("opt.transforms." + optimizer->name(), GetTime() - start); in ApplyIRToSubstitutions() 260 MsProfile::StatTime("opt.transform." + optimizer->name(), GetTime() - start); in ApplySubstitutionToIR()
|
/third_party/mindspore/mindspore/core/utils/ |
D | profile.h | 201 …static void StatTime(const std::string &id, double time) { GetSingleton().time_stat_[id] += time; } in StatTime() function
|
/third_party/mindspore/mindspore/core/ir/ |
D | func_graph_cloner.cc | 678 MsProfile::StatTime("func_graph_cloner_run.FuncGraphClonerNode", GetTime() - time); in operator []() 689 MsProfile::StatTime("func_graph_cloner_run.FuncGraphClonerGraph", GetTime() - time); in operator []() 729 MsProfile::StatTime("func_graph_cloner_run.FuncGraphSpecializer", GetTime() - time); in SpecializerClone()
|
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/ |
D | action.cc | 257 MsProfile::StatTime("renormalize.infer", t2 - t1); in Renormalize() 258 MsProfile::StatTime("renormalize.specialize", t3 - t2); in Renormalize()
|
D | pipeline.cc | 763 MsProfile::StatTime("LoadCachedFuncGraph", t2 - t1); in CompileInner() 882 MsProfile::StatTime("SaveCacheFuncGraph", t2 - t1); in CacheValidateFuncGraph()
|