Searched refs:EventCategory (Results 1 - 12 of 12) sorted by relevance

/external/tensorflow/tensorflow/core/platform/default/
H A Dtracing.cc21 void Tracing::RegisterEvent(EventCategory id, const char* name) {
H A Dtracing_impl.h49 inline void Tracing::RecordEvent(EventCategory category, uint64 arg) {
53 inline Tracing::ScopedActivity::ScopedActivity(EventCategory category,
/external/tensorflow/tensorflow/core/platform/
H A Dtracing.cc34 // This needs to be kept in sync with the EventCategory enumeration.
35 const char* Tracing::EventCategoryString(EventCategory category) {
37 case EventCategory::kScheduleClosure:
39 case EventCategory::kRunClosure:
41 case EventCategory::kCompute:
43 case EventCategory::kEventCategoryMax:
H A Dtracing.h47 enum EventCategory { enum in class:tensorflow::port::Tracing
74 static void RecordEvent(EventCategory category, uint64 arg);
80 explicit ScopedActivity(EventCategory category, uint64 arg);
111 static void RegisterEvent(EventCategory id, const char* name);
112 static const char* EventCategoryString(EventCategory category);
131 // Records the mappings between Threadscape IDs and the "EventCategory" enum.
/external/tensorflow/tensorflow/core/common_runtime/
H A Dprocess_util.cc52 port::Tracing::RecordEvent(port::Tracing::EventCategory::kScheduleClosure,
57 port::Tracing::EventCategory::kRunClosure, id);
H A Dthreadpool_device.cc56 port::Tracing::ScopedActivity region(port::Tracing::EventCategory::kCompute,
/external/tensorflow/tensorflow/core/lib/core/
H A Dthreadpool.cc64 port::Tracing::RecordEvent(port::Tracing::EventCategory::kScheduleClosure,
80 port::Tracing::EventCategory::kRunClosure, t.f->trace_id);
/external/tensorflow/tensorflow/core/common_runtime/sycl/
H A Dsycl_device.cc33 port::Tracing::ScopedActivity region(port::Tracing::EventCategory::kCompute,
/external/libchrome/base/test/
H A Dtrace_event_analyzer_unittest.cc251 analyzer->FindEvents(Query::EventCategory() == Query::String("cat1"), &found);
262 analyzer->FindEvents(Query::EventCategory() != Query::String("cat1"), &found);
448 (Query::EventCategory() == Query::String("cat1") ||
449 Query::EventCategory() == Query::String("cat2") ||
450 Query::EventCategory() == Query::String("cat3")),
489 (Query::EventCategory() == Query::String("cat1") ||
490 Query::EventCategory() == Query::String("cat2") ||
491 Query::EventCategory() == Query::String("cat3")),
672 analyzer->FindEvents(Query::EventCategory() == Query::String("cat1") &&
677 analyzer->FindEvents(Query::EventCategory()
[all...]
H A Dtrace_event_analyzer.cc759 Query::EventCategory() == Query::OtherCategory() &&
776 Query match(Query::EventCategory() == Query::OtherCategory() &&
H A Dtrace_event_analyzer.h233 static Query EventCategory() { return Query(EVENT_CATEGORY); } function in class:trace_analyzer::Query
/external/tensorflow/tensorflow/core/common_runtime/gpu/
H A Dgpu_device.cc412 port::Tracing::ScopedActivity region(port::Tracing::EventCategory::kCompute,

Completed in 216 milliseconds