aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/debug/cli/profile_analyzer_cli.py
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/python/debug/cli/profile_analyzer_cli.py')
-rw-r--r--tensorflow/python/debug/cli/profile_analyzer_cli.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/python/debug/cli/profile_analyzer_cli.py b/tensorflow/python/debug/cli/profile_analyzer_cli.py
index 520d472c5c..3837717767 100644
--- a/tensorflow/python/debug/cli/profile_analyzer_cli.py
+++ b/tensorflow/python/debug/cli/profile_analyzer_cli.py
@@ -56,7 +56,7 @@ class ProfileDatum(object):
@property
def exec_time(self):
- """Measures compute function exection time plus pre- and post-processing."""
+ """Measures compute function execution time plus pre- and post-processing."""
return self.node_exec_stats.all_end_rel_micros