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

Perf fix for ProcessHelper.TerminateProcess #928

Merged
merged 8 commits into from Jul 14, 2017

Commits on Jul 12, 2017

  1. Modified the TerminateProcess API to pass Process as argument instead…

    … of Process.Id
    Harsh Jain committed Jul 12, 2017
    Copy the full SHA
    2f2e4d4 View commit details
    Browse the repository at this point in the history
  2. Added explicit check for Process instead of object.

    Harsh Jain committed Jul 12, 2017
    Copy the full SHA
    526d5eb View commit details
    Browse the repository at this point in the history
  3. Added explicit check for Process instead of object.

    Harsh Jain committed Jul 12, 2017
    Copy the full SHA
    ca53ad7 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    9a86a57 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2017

  1. Copy the full SHA
    3fecd27 View commit details
    Browse the repository at this point in the history
  2. PR feedback.

    Harsh Jain committed Jul 13, 2017
    Copy the full SHA
    4535513 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'perfTerminateProcess' of https://github.com/harshjain2/…

    …vstest into perfTerminateProcess
    Harsh Jain committed Jul 13, 2017
    Copy the full SHA
    92d333b View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2017

  1. PR feedback.

    Harsh Jain committed Jul 14, 2017
    Copy the full SHA
    ba246ee View commit details
    Browse the repository at this point in the history