Searched refs:profile_annotation (Results 1 – 4 of 4) sorted by relevance
76 std::string profile_annotation; member85 profile_annotation_(thunk_info.profile_annotation) {} in Thunk()92 std::string profile_annotation() const { return profile_annotation_; } in profile_annotation() function
45 ScopedAnnotation annotation([&] { return thunk->profile_annotation(); }); in ExecuteOnStream()
339 ScopedAnnotation annotation([&] { return thunk->profile_annotation(); }); in ExecuteThunks()340 VLOG(2) << "Executing the thunk for " << thunk->profile_annotation(); in ExecuteThunks()
5476 thunk_info.profile_annotation = absl::StrFormat( in GetThunkInfo()