Home
last modified time | relevance | path

Searched defs:ScopedAnnotation (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/profiler/lib/
Dscoped_annotation.h45 explicit ScopedAnnotation(absl::string_view name) { in ScopedAnnotation() function
53 explicit ScopedAnnotation(const char* name) in ScopedAnnotation() function
56 explicit ScopedAnnotation(const string& name) { in ScopedAnnotation() function
64 explicit ScopedAnnotation(string&& name) { in ScopedAnnotation() function
73 explicit ScopedAnnotation(NameGeneratorT name_generator) { in ScopedAnnotation() function
Dscoped_annotation_test.cc29 TEST(ScopedAnnotation, Simple) { in TEST() argument
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interface_ann.cc32 class ScopedAnnotation { class
34 ScopedAnnotation(ThreadState *thr, const char *aname, const char *f, int l, in ScopedAnnotation() function in __tsan::ScopedAnnotation