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

(PUP-3245) Profile function calls #3098

Conversation

zaphod42
Copy link
Contributor

The new evaluator implementation has a different code path for function
calls, but this path didn't call out to the profiler to track that the call
was made, this meant that new function calls were not showing up anywhere.

This updates the call_function runtime to also profile that the call was
made.

The new evaluator implementation has a different code path for function
calls, but this path didn't call out to the profiler to track that the
call was made, this meant that new function calls were not showing up
anywhere.

This updates the call_function runtime to also profile that the call was
made.
@puppetcla
Copy link

CLA signed by all contributors.

adrienthebo added a commit that referenced this pull request Sep 15, 2014
@adrienthebo adrienthebo merged commit 5f076ac into puppetlabs:master Sep 15, 2014
@adrienthebo
Copy link
Contributor

Merged in 5f076ac.

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.

3 participants