Add "ray timeline" command to auto-dump Chrome trace for the current Ray instance (#4239)

This commit is contained in:
Eric Liang
2019-03-05 16:28:00 -08:00
committed by Robert Nishihara
parent 4cf2c9ecb8
commit 78ad9c4cbb
4 changed files with 60 additions and 1 deletions
+1
View File
@@ -46,6 +46,7 @@ if __name__ == "__main__":
do_link("rllib", force=args.yes)
do_link("tune", force=args.yes)
do_link("autoscaler", force=args.yes)
do_link("scripts", force=args.yes)
print("Created links.\n\nIf you run into issues initializing Ray, please "
"ensure that your local repo and the installed Ray are in sync "
"(pip install -U the latest wheels at "