-
Notifications
You must be signed in to change notification settings - Fork 22
Instrumenting user methods - setservices, initialize and run #4240
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
Instrumenting user methods - setservices, initialize and run #4240
Conversation
…re/pchakrab/user-routine-instrumentation
…hakrab/user-routine-instrumentation
…hakrab/user-routine-instrumentation
2. Changed some logger info calls to debug
tclune
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code is ok, but the new procedure names need to be modified. I did a few using the GitHub markup, but it will be easier for you to do in your own IDE.
…hakrab/user-routine-instrumentation
tclune
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One straightforward, but important change requested. See inline comment.
…hakrab/user-routine-instrumentation
…hakrab/user-routine-instrumentation
…nalize' into feature/pchakrab/user-routine-instrumentation
…hakrab/user-routine-instrumentation
|
Note: It looks like NAG is unhappy: |
Indeed, it appears NAG is struggling with a deep copy of the profiler that was added. I've tried updating some gftl stuff in the profiler from V1 to V2, but it did not change the behavior. My next guess is that there is a missingTARGET somewhere, but at first glance I'm not seeing anything. I'll open a new ticket to fix this. |
Types of change(s)
Checklist
make tests)Description
Related Issue