Home
last modified time | relevance | path

Searched refs:kBpEndNode (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/profiler/device/gpu/
Dgpu_profiling_utils.cc28 constexpr char kBpEndNode[] = "PROFILING_BP_END"; variable
112 const char *trace_bp_end = std::getenv(kBpEndNode); in SetTraceBpEnd()
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/profiling/
Dprofiling_utils.cc36 constexpr char kBpEndNode[] = "bp_point"; variable
154 auto bp_point = option.find(kBpEndNode); in GetTraceBpEnd()