tensorflow / profiler

A profiling and performance analysis tool for TensorFlow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

would tensorflow profiler consider profiling per-step system-level metrics?

burgerkingeater opened this issue · comments

Hi there,
As system-level metrics(CPU utilization, GPU utilization, memory...) are important indicators to debug training performance, would tensorflow profiler consider adding them? E.g. visualize how each step's CPU utilization varies.

commented

@ckluk thanks, we are interested in this usecase and plan to make tensorflow core produce these metrics, and have profiler be able to visualize them. Would you be interested in reviewing the PR if it's done?