STT-tensorflow/tensorflow/core/profiler/utils
Jiho Choi a756df5df1 Update the regular expression checking TF op names.
PiperOrigin-RevId: 352110819
Change-Id: Ia34185927518a495e72bf810af1856f5068ec8b1
2021-01-15 17:12:33 -08:00
..
BUILD Add RemoveEvents, XPlaneVisitor::EndTimestampsPs and XPlaneBuilder::SetEndTimestampPs 2020-12-02 17:37:40 -08:00
cost_utils.cc don't populate kLevel0 stats, populate kTfOp stats. 2020-10-27 17:26:09 -07:00
cost_utils.h IWYU in profiler/utils 2020-05-11 10:27:53 -07:00
derived_timeline_test.cc don't populate kLevel0 stats, populate kTfOp stats. 2020-10-27 17:26:09 -07:00
derived_timeline.cc Add Timespan::ExpandToInclude(const Timespan&) 2020-12-07 12:48:09 -08:00
derived_timeline.h Remove overload of GenerateDerivedTimeLines 2020-09-28 10:10:11 -07:00
device_caps_utils.cc device caps utils separated from post processing to be used in worker side 2020-10-21 15:58:31 -07:00
device_caps_utils.h device caps utils separated from post processing to be used in worker side 2020-10-21 15:58:31 -07:00
diagnostics.cc Add a warning message for steps dropped. 2020-06-12 16:03:55 -07:00
diagnostics.h Add TF_CONST_INIT macro 2020-10-07 08:58:36 -07:00
event_span.cc Add ToNonOverlappedEvents to header file. 2020-11-13 11:44:01 -08:00
event_span.h Add new host event types. 2020-12-15 14:26:27 -08:00
file_system_utils.h Expose ProfilerJoinPath so that it can be used by other libs. 2020-09-10 18:56:44 -07:00
format_utils.h Reimplement profiler format_utils without StrFormat 2020-10-07 09:14:52 -07:00
group_events_test.cc Add GetStatMetadataByType to XPlaneVisitor 2020-11-09 17:21:04 -08:00
group_events.cc Add GetStatMetadataByType to XPlaneVisitor 2020-11-09 17:21:04 -08:00
group_events.h Add GetStatMetadataByType to XPlaneVisitor 2020-11-09 17:21:04 -08:00
hardware_type_utils.cc Report the specific GPU model name on the Overview Page. 2020-12-15 17:52:46 -08:00
hardware_type_utils.h Report the specific GPU model name on the Overview Page. 2020-12-15 17:52:46 -08:00
html_utils.h [Profiler] Add optimization advices for tf-function. 2020-05-11 11:44:48 -07:00
kernel_stats_utils_test.cc Fixed an OOB crash that may happen when pairs of tokens were consumed in an odd length vector. 2020-12-23 11:14:00 -08:00
kernel_stats_utils.cc Fixed an OOB crash that may happen when pairs of tokens were consumed in an odd length vector. 2020-12-23 11:14:00 -08:00
kernel_stats_utils.h Calculate theoretical occupancy and make it available for tools. 2020-11-17 19:02:22 -08:00
math_utils.h
op_metrics_db_utils_test.cc Add test for op_metrics_db_utils IdleTimeRatio 2020-06-17 17:33:34 -07:00
op_metrics_db_utils.cc Handle empty provenance in CreateTfMetricsDbFromDeviceOpMetricsDb 2020-08-13 18:39:37 -07:00
op_metrics_db_utils.h Add TF_CONST_INIT macro 2020-10-07 08:58:36 -07:00
op_utils.cc Use namespace form of proto enum 2020-11-06 11:14:07 -08:00
op_utils.h Remove peak flops and BW from DeviceOpMetricsDbBuilder 2020-11-20 09:44:30 -08:00
parse_annotation_test.cc Move TF 2.x profiler files out of top-level profiler/internal 2020-10-05 14:25:44 -07:00
parse_annotation.cc Reduce memory overhead of TraceMeRecorder::Consume 2020-11-16 11:05:12 -08:00
parse_annotation.h Reduce memory overhead of TraceMeRecorder::Consume 2020-11-16 11:05:12 -08:00
step_intersection_test.cc [Profiler] Combining steps across hosts by matching step times. 2020-09-15 13:37:54 -07:00
step_intersection.cc [Profiler] Combining steps across hosts by matching step times. 2020-09-15 13:37:54 -07:00
step_intersection.h [Profiler] Combining steps across hosts by matching step times. 2020-09-15 13:37:54 -07:00
tf_op_utils_test.cc Update the regular expression checking TF op names. 2021-01-15 17:12:33 -08:00
tf_op_utils.cc Update the regular expression checking TF op names. 2021-01-15 17:12:33 -08:00
tf_op_utils.h Add TF_CONST_INIT macro 2020-10-07 08:58:36 -07:00
tf_xplane_visitor.h Detect TF op events in XPlaneVisitor. 2020-10-12 13:58:48 -07:00
tfstreamz_utils.cc Provide XPlaneBuilder interface for serializing protobuf 2020-06-01 11:36:22 -07:00
tfstreamz_utils.h IWYU in profiler/utils 2020-05-11 10:27:53 -07:00
time_utils.cc Add SleepFor and SpinFor to time_utils.h 2020-12-04 19:44:42 -08:00
time_utils.h Add SleepFor and SpinFor to time_utils.h 2020-12-04 19:44:42 -08:00
timespan_test.cc
timespan.h Add Timespan::ExpandToInclude(const Timespan&) 2020-12-07 12:48:09 -08:00
trace_utils.h Remove XPlane to trace viewer PID mapping from XPlane schema 2020-06-16 15:05:39 -07:00
xplane_builder_test.cc Use explicitly brace-initialized int64 values rather than LL suffixes to protect against situations where int64 is not long long. 2020-07-13 17:02:18 -07:00
xplane_builder.cc Add CreateEventMetadata and CreateStatMetadata to XPlaneBuilder 2020-11-09 15:44:13 -08:00
xplane_builder.h Improve debuggability of XLine/XPlane by allowing name to be printed while building. 2020-12-21 19:42:04 -08:00
xplane_schema.cc Added events for CUDA driver APIs: cuMemFree, cuMemset, cuMemAllocPitch. 2020-12-23 13:01:50 -08:00
xplane_schema.h Added events for CUDA driver APIs: cuMemFree, cuMemset, cuMemAllocPitch. 2020-12-23 13:01:50 -08:00
xplane_test_utils.cc XPlane schema cleanup 2020-06-15 16:13:17 -07:00
xplane_test_utils.h XPlane schema cleanup 2020-06-15 16:13:17 -07:00
xplane_utils_test.cc Add RemoveEvents, XPlaneVisitor::EndTimestampsPs and XPlaneBuilder::SetEndTimestampPs 2020-12-02 17:37:40 -08:00
xplane_utils.cc Refactor MergeHostPlanes into more xplane_utils 2020-12-07 21:19:19 -08:00
xplane_utils.h Refactor MergeHostPlanes into more xplane_utils 2020-12-07 21:19:19 -08:00
xplane_visitor.cc Add GetStatMetadataByType to XPlaneVisitor 2020-11-09 17:21:04 -08:00
xplane_visitor.h Add RemoveEvents, XPlaneVisitor::EndTimestampsPs and XPlaneBuilder::SetEndTimestampPs 2020-12-02 17:37:40 -08:00