Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/profiler/device/gpu/
Dgpu_profiling.cc251 if (cupti_callback_events_count_ < max_cupti_callback_events_) { in AddEvent()
253 cupti_callback_events_count_++; in AddEvent()
320 …<< " callback api:" << cupti_callback_events_count_ << " activity:" << cupti_activity_events_count… in OpsParser()
530 cupti_callback_events_count_ = 0l; in ClearInst()
Dgpu_profiling.h161 uint64_t cupti_callback_events_count_ = 0l; variable