aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/profiler/pprof_profiler.py
Commit message (Collapse)AuthorAge
* Migrating tfprof python API to tensorflow/python/profilerGravatar A. Unique TensorFlower2017-07-04
Migrating tfprof c++ to tensorflow/core/profiler API changes: New tf.profiler namespace. Within tf.profiler namespace: tf.profiler.advise # One-shot advise function tf.profiler.profile # One-shot profile function tf.profiler.Profiler # Multi-step profile/advise class tf.profiler.write_op_log # Write profile for offline analysis PiperOrigin-RevId: 160901831