Commit 2528835b authored by Your Name's avatar Your Name

rm timeline

parent 4c652219
...@@ -367,15 +367,9 @@ def main(_): ...@@ -367,15 +367,9 @@ def main(_):
if __name__ == "__main__": if __name__ == "__main__":
b = time.time() b = time.time()
path = "hdfs://172.16.32.4:8020/strategy/esmm/" path = "hdfs://172.16.32.4:8020/strategy/esmm/"
ptions = tf.RunOptions(trace_level=tf.RunOptions.FULL_TRACE)
run_metadata = tf.RunMetadata()
tf.logging.set_verbosity(tf.logging.INFO) tf.logging.set_verbosity(tf.logging.INFO)
print("hello up") print("hello up")
tf.app.run(options=ptions, run_metadata=run_metadata) tf.app.run()
print("hello down") print("hello down")
tl = timeline.Timeline(run_metadata.step_stats)
ctf = tl.generate_chrome_trace_format()
with open(FLAGS.local_dir +'timeline.json', 'w') as wd:
wd.write(ctf)
print("耗时(分钟):") print("耗时(分钟):")
print((time.time()-b)/60) print((time.time()-b)/60)
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment