History log of /external/tensorflow/tensorflow/core/profiler/internal/tfprof_show_test.cc
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
a04353fda800b66c9f6fcb3d3699415db72fb792 18-Jan-2018 A. Unique TensorFlower <gardener@tensorflow.org> Dynamically print helper message based on user queries.

PiperOrigin-RevId: 182298241
/external/tensorflow/tensorflow/core/profiler/internal/tfprof_show_test.cc
118495de6165237a7027f5d8b77db833ac7210f2 10-Jan-2018 A. Unique TensorFlower <gardener@tensorflow.org> profiler C++ API.

PiperOrigin-RevId: 181397308
/external/tensorflow/tensorflow/core/profiler/internal/tfprof_show_test.cc
ce4200eae990d7f5efdfb727939d38bf48001ba2 01-Dec-2017 A. Unique TensorFlower <gardener@tensorflow.org> Fix profiler to track some missed persistent bytes.

PiperOrigin-RevId: 177516249
/external/tensorflow/tensorflow/core/profiler/internal/tfprof_show_test.cc
9e9ffa33d154b6c332bd475d6da2030746460fed 07-Sep-2017 A. Unique TensorFlower <gardener@tensorflow.org> Unify all profile files (graph,run_meta,op_log) into one.
Also allow profiler to serialize/deserialize to/from file.

PiperOrigin-RevId: 167815923
/external/tensorflow/tensorflow/core/profiler/internal/tfprof_show_test.cc
2b51e0ba27af69c914a7523d9aae232de09e3206 16-Aug-2017 A. Unique TensorFlower <gardener@tensorflow.org> 1. Support profiling nodes in RunMetadata but not in GraphDef.
2. Add an API to allow easier profile retrieval. Currently in contrib.

PiperOrigin-RevId: 165399640
/external/tensorflow/tensorflow/core/profiler/internal/tfprof_show_test.cc
19c27ef0d52c20a12800005751d36f96bd948869 03-Aug-2017 A. Unique TensorFlower <gardener@tensorflow.org> Fine-grained memory profiling

Add residual_bytes, peak_bytes and output_bytes.
Allow to order/select/filter by
accelerator_micros/cpu_micros/peak_bytes/residual_bytes/output_bytes

Also updated the testdata.

PiperOrigin-RevId: 164079214
/external/tensorflow/tensorflow/core/profiler/internal/tfprof_show_test.cc
8281e234c1dd741f30f657b66d129089e81f63e8 11-Jul-2017 A. Unique TensorFlower <gardener@tensorflow.org> tfprof further clean ups

PiperOrigin-RevId: 161486865
/external/tensorflow/tensorflow/core/profiler/internal/tfprof_show_test.cc
154df32a959df74b3a1c377ff72f955d755b3d34 07-Jul-2017 A. Unique TensorFlower <gardener@tensorflow.org> Follow up changes of tfprof migration:
1. Add a option_builder module to build options for Python API.
2. Expose necessary profiler protos.
3. Rename command line tool from tfprof to profiler.

PiperOrigin-RevId: 161160274
/external/tensorflow/tensorflow/core/profiler/internal/tfprof_show_test.cc
af23ae65db2585f4a18d0bc5f21f15e94805aa4f 04-Jul-2017 A. Unique TensorFlower <gardener@tensorflow.org> Migrating tfprof python API to tensorflow/python/profiler
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
/external/tensorflow/tensorflow/core/profiler/internal/tfprof_show_test.cc