Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/utils/
Dprofile.h49 friend class ProfTransaction; variable
71 friend class ProfTransaction; variable
101 class ProfTransaction {
103 explicit ProfTransaction(const ProfileBase *prof);
104 explicit ProfTransaction(ProfContext *const ctx) : ctx_(ctx) {} in ProfTransaction() function
105 ProfTransaction(const ProfTransaction &) = delete;
106 ~ProfTransaction();
227 #define WITH(x) ProfTransaction(x) -
Dprofile.cc282 ProfTransaction::ProfTransaction(const ProfileBase *prof) { ctx_ = (prof != nullptr ? prof->ctx_ptr… in ProfTransaction() function in mindspore::ProfTransaction
284 ProfTransaction::~ProfTransaction() { in ~ProfTransaction()