Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_timeline.cc184 chrome_formatter_.EmitPID(GetTimeDevName(device), pid); in AllocateTimeNodes()
247 chrome_formatter_.EmitRegion(node.first, tnode->exec_micros, in GenerateGraphTimeline()
254 chrome_formatter_.EmitFlowStart( in GenerateGraphTimeline()
257 chrome_formatter_.EmitFlowEnd( in GenerateGraphTimeline()
271 chrome_formatter_.EmitPID(GetMemoryLaneName(dev.first), pid); in GenerateGraphTimeline()
273 chrome_formatter_.EmitPID(GetMemoryLaneName(dev.first) + " allocations", in GenerateGraphTimeline()
300 chrome_formatter_.EmitCounter("Memory", "Memory Series", pid, ts, in GenerateGraphTimeline()
326 WriteStringToFile(Env::Default(), outfile, chrome_formatter_.Format()); in OutputTimeline()
Dtfprof_timeline.h146 chrome_formatter_.EmitPID(absl::StrCat("Scope:", depth), depth); in EmitTreeNode()
153 chrome_formatter_.EmitRegion(start_time, duration, depth, 0, "Op", in EmitTreeNode()
182 ChromeTraceFormatter chrome_formatter_; variable