Skip to content

Commit

Permalink
[NO-TICKET] Remove unused profiler PID controller
Browse files Browse the repository at this point in the history
**What does this PR do?**

This PR removes the unused profiler PID controller implementation.

**Motivation:**

In #3190 we imported the PID controller, and planned to use it to
control the allocation profiler. In the end, we ended up going with
a different solution for that (#3395) so let's remove the PID controller
for now.

We can always revert this commit if we need it again.

**Additional Notes:**

N/A

**How to test the change?**

Validate that CI is still green :)
  • Loading branch information
ivoanjo committed Feb 9, 2024
1 parent 84738dc commit d99ce8a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 102 deletions.
57 changes: 0 additions & 57 deletions ext/ddtrace_profiling_native_extension/pid_controller.c

This file was deleted.

45 changes: 0 additions & 45 deletions ext/ddtrace_profiling_native_extension/pid_controller.h

This file was deleted.

0 comments on commit d99ce8a

Please sign in to comment.