STT-tensorflow/tensorflow/tools/tfprof/internal
A. Unique TensorFlower 1e59f00c48 Extend tfprof to associate op stats with Python codes.
It's backward compatible. Stats of a source code line
are aggregated from all ops created by that line.

A example.
_TFProfRoot (0us/22.44ms)
  model_analyzer_test.py:149:run_filename_as_m...:none (0us/22.44ms)
    model_analyzer_test.py:33:_run_code_in_main:none (0us/22.44ms)
      model_analyzer_test.py:208:<module>:test.main() (0us/22.44ms)
        model_analyzer_test.py:132:testComplexCodeView:x = lib.BuildFull... (0us/22.44ms)
          model_analyzer_testlib.py:63:BuildFullModel:return sgd_op.min... (0us/21.83ms)
          model_analyzer_testlib.py:54:BuildFullModel:seq.append(array_... (0us/254us)
            model_analyzer_testlib.py:42:BuildSmallModel:x = nn_ops.conv2d... (0us/134us)
            ...
          model_analyzer_testlib.py:61:BuildFullModel:loss = nn_ops.l2_... (0us/28us)
        model_analyzer_test.py:134:testComplexCodeView:sess.run(variable... (0us/0us)
Change: 155258346
2017-05-05 17:30:49 -07:00
..
testdata Fix tfprof to measure the actual kernel execution time. 2017-03-24 14:16:21 -07:00
BUILD Extend tfprof to associate op stats with Python codes. 2017-05-05 17:30:49 -07:00
print_model_analysis.cc Extend tfprof to associate op stats with Python codes. 2017-05-05 17:30:49 -07:00
print_model_analysis.h Consistently define the tfprof Option as a struct. 2016-12-07 15:47:20 -08:00
tfprof_code.cc Extend tfprof to associate op stats with Python codes. 2017-05-05 17:30:49 -07:00
tfprof_code.h Extend tfprof to associate op stats with Python codes. 2017-05-05 17:30:49 -07:00
tfprof_constants.h Add tfprof python API to tf.contrib and move tfprof CLI to tensorflow/tools. 2016-10-25 15:19:00 -07:00
tfprof_graph.cc Extend tfprof to associate op stats with Python codes. 2017-05-05 17:30:49 -07:00
tfprof_graph.h Extend tfprof to associate op stats with Python codes. 2017-05-05 17:30:49 -07:00
tfprof_node.cc Extend tfprof to associate op stats with Python codes. 2017-05-05 17:30:49 -07:00
tfprof_node.h Extend tfprof to associate op stats with Python codes. 2017-05-05 17:30:49 -07:00
tfprof_options.cc Add tfprof python API to tf.contrib and move tfprof CLI to tensorflow/tools. 2016-10-25 15:19:00 -07:00
tfprof_options.h Extend tfprof to associate op stats with Python codes. 2017-05-05 17:30:49 -07:00
tfprof_scope.cc Extend tfprof to associate op stats with Python codes. 2017-05-05 17:30:49 -07:00
tfprof_scope.h Extend tfprof to associate op stats with Python codes. 2017-05-05 17:30:49 -07:00
tfprof_show_code.cc Extend tfprof to associate op stats with Python codes. 2017-05-05 17:30:49 -07:00
tfprof_show_code.h Extend tfprof to associate op stats with Python codes. 2017-05-05 17:30:49 -07:00
tfprof_show_test.cc Fix tfprof to measure the actual kernel execution time. 2017-03-24 14:16:21 -07:00
tfprof_show.cc Extend tfprof to associate op stats with Python codes. 2017-05-05 17:30:49 -07:00
tfprof_show.h Extend tfprof to associate op stats with Python codes. 2017-05-05 17:30:49 -07:00
tfprof_stats_test.cc Extend tfprof to associate op stats with Python codes. 2017-05-05 17:30:49 -07:00
tfprof_stats.cc Extend tfprof to associate op stats with Python codes. 2017-05-05 17:30:49 -07:00
tfprof_stats.h Extend tfprof to associate op stats with Python codes. 2017-05-05 17:30:49 -07:00
tfprof_tensor_test.cc Extend tfprof to associate op stats with Python codes. 2017-05-05 17:30:49 -07:00
tfprof_tensor.cc Add tfprof python API to tf.contrib and move tfprof CLI to tensorflow/tools. 2016-10-25 15:19:00 -07:00
tfprof_tensor.h Add tfprof python API to tf.contrib and move tfprof CLI to tensorflow/tools. 2016-10-25 15:19:00 -07:00
tfprof_utils.cc Improve tfprof doc. Support binary GraphDef. 2016-11-09 18:23:41 -08:00
tfprof_utils.h Improve tfprof doc. Support binary GraphDef. 2016-11-09 18:23:41 -08:00