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

Disable the ETW event source by default #212

Merged
merged 1 commit into from
Jul 20, 2022

Conversation

david-barzi
Copy link
Member

In order to improve execution performance, I have disabled the launch of ETW events, unless an environment variable is set.
I chose to only allow the value "true" (and its variations) to enable the events, in order to be able to switch between ETW on and off a bit faster, but if needed, we could also turn on the source if the environment variable exists, no matter what value it has.

ETW enabled, 1M iterations loop:
image

ETW disabled, 1M iterations loop:
image

@david-barzi david-barzi requested a review from lbargaoanu July 18, 2022 09:09
@lbargaoanu lbargaoanu removed their request for review July 18, 2022 09:25
@david-barzi david-barzi merged commit fc8da6f into UiPath:develop Jul 20, 2022
@david-barzi david-barzi deleted the feature/disable_etw_events branch July 20, 2022 10:02
sergsuhanov added a commit to sergsuhanov/CoreWF that referenced this pull request Jul 25, 2022
Disable the ETW event source by default (UiPath#212)
@github-actions
Copy link

github-actions bot commented Aug 7, 2022

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 7, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants