Skip to content

Commit

Permalink
Profiling and debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
eschan145 committed Jan 18, 2025
1 parent 25df206 commit 5d2ec72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ DK_API int monitor_executables(int interval) {
int count = 0;

while (running) {
dieknow::sweep();
// dieknow::sweep();
std::this_thread::sleep_for(std::chrono::seconds(interval));
}
return count;
Expand Down

0 comments on commit 5d2ec72

Please sign in to comment.