Searched refs:NoProfTransaction (Results 1 – 1 of 1) sorted by relevance
122 class NoProfTransaction {124 explicit NoProfTransaction(ProfileBase *prof) {} in NoProfTransaction() function125 explicit NoProfTransaction(ProfContext *ctx) {} in NoProfTransaction() function126 ~NoProfTransaction() = default;229 #define WITH(x) NoProfTransaction(x) -