Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

expose profiling in a limited way #51

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

bmyerz
Copy link
Member

@bmyerz bmyerz commented Aug 27, 2015

  • TODO (myria demo currently down) test with the following program
from myria import *
import numpy
connection = MyriaConnection(
   rest_url='http://demo.myria.cs.washington.edu:8753')
connection.execute_program("""T1 = scan(TwitterK);
 T2 = select * from T1;
 store(T2, JustX);""", profile=True)

@bmyerz
Copy link
Member Author

bmyerz commented Aug 27, 2015

all right appears to work
http://demo.myria.cs.washington.edu/profile?queryId=692

@BrandonHaynes
Copy link
Member

Execution is now deferred to RACO, so will need to add the profile flag to the MyriaConnection class there before merging.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants