skylineprof / skyline

🏙 Interactive in-editor performance profiling, visualization, and debugging for PyTorch neural networks.
Apache License 2.0
30 stars 3 forks source link

Investigate ways to improve the user experience of starting a profiling session #30

Closed geoffxy closed 4 years ago

geoffxy commented 4 years ago

Currently users need to launch Skyline from the CLI and then open Atom (i.e. 2 steps). We should look in to ways to streamline this experience (i.e. make it a 1 step process).

geoffxy commented 4 years ago

Our package should probably be modified to handle Atom URIs (e.g., atom://skyline). Then we can open Atom and invoke our plugin from the command line.

https://flight-manual.atom.io/hacking-atom/sections/handling-uris/

geoffxy commented 4 years ago

This has been implemented in commit 00c4e49be4be3bb0e4b456a3bac6d303875b4f1b.