profiler C++ API.
authorA. Unique TensorFlower <gardener@tensorflow.org>
Wed, 10 Jan 2018 01:05:15 +0000 (17:05 -0800)
committerTensorFlower Gardener <gardener@tensorflow.org>
Wed, 10 Jan 2018 01:13:03 +0000 (17:13 -0800)
commit118495de6165237a7027f5d8b77db833ac7210f2
tree187b32bd553da19278096af2f210741d621a1b84
parentcf3fb6bc1dfe5862bf03af2a38d0a52463edd77a
profiler C++ API.

PiperOrigin-RevId: 181397308
30 files changed:
tensorflow/BUILD
tensorflow/cc/profiler/BUILD [new file with mode: 0644]
tensorflow/cc/profiler/profiler.cc [new file with mode: 0644]
tensorflow/cc/profiler/profiler.h [new file with mode: 0644]
tensorflow/cc/profiler/profiler_test.cc [new file with mode: 0644]
tensorflow/contrib/cmake/tf_core_profiler.cmake
tensorflow/core/profiler/BUILD
tensorflow/core/profiler/internal/BUILD
tensorflow/core/profiler/internal/print_model_analysis.cc
tensorflow/core/profiler/internal/tfprof_code.h
tensorflow/core/profiler/internal/tfprof_graph.h
tensorflow/core/profiler/internal/tfprof_node.h
tensorflow/core/profiler/internal/tfprof_node_show.h
tensorflow/core/profiler/internal/tfprof_op.h
tensorflow/core/profiler/internal/tfprof_options.cc [deleted file]
tensorflow/core/profiler/internal/tfprof_options.h [deleted file]
tensorflow/core/profiler/internal/tfprof_scope.h
tensorflow/core/profiler/internal/tfprof_show.h
tensorflow/core/profiler/internal/tfprof_show_multi.h
tensorflow/core/profiler/internal/tfprof_show_test.cc
tensorflow/core/profiler/internal/tfprof_stats.cc
tensorflow/core/profiler/internal/tfprof_stats.h
tensorflow/core/profiler/internal/tfprof_stats_test.cc
tensorflow/core/profiler/internal/tfprof_tensor_test.cc
tensorflow/core/profiler/internal/tfprof_timeline_test.cc
tensorflow/core/profiler/internal/tfprof_utils.h
tensorflow/core/profiler/profiler.cc
tensorflow/core/profiler/tfprof_options.cc [new file with mode: 0644]
tensorflow/core/profiler/tfprof_options.h [new file with mode: 0644]
tensorflow/python/profiler/model_analyzer.py