Skip to content

expose profiling in a limited way - #51

Open
bmyerz wants to merge 3 commits into
masterfrom
bmyerz/expose-profiling
Open

expose profiling in a limited way#51
bmyerz wants to merge 3 commits into
masterfrom
bmyerz/expose-profiling

Conversation

@bmyerz

@bmyerz bmyerz commented Aug 27, 2015

Copy link
Copy Markdown
Member
  • 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

bmyerz commented Aug 27, 2015

Copy link
Copy Markdown
Member Author

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

@BrandonHaynes

Copy link
Copy Markdown
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.

2 participants