Skip to content

add flag in new runtime class to reduce tracing excludes while class …#3

Open
bkihm wants to merge 1 commit intobackes:masterfrom
bekihm:NoTracingFlag
Open

add flag in new runtime class to reduce tracing excludes while class …#3
bkihm wants to merge 1 commit intobackes:masterfrom
bekihm:NoTracingFlag

Conversation

@bkihm
Copy link

@bkihm bkihm commented Apr 5, 2016

…transformation

@backes
Copy link
Owner

backes commented Apr 6, 2016

Thanks for the pull request. Interesting, how easy this seems to be :)

Your solution seems to be a bit of an overkill though. The current implementation already creates an uninstrumented copy of each method, which is used if the current tracer is paused (see TracingMethodInstrumenter). It would be far easier to just add the check for the global flag there.

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