Skip to content

Commit

Permalink
2
Browse files Browse the repository at this point in the history
  • Loading branch information
Yukang-Lian committed Nov 13, 2024
1 parent 0185578 commit 75670ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloud/src/recycler/checker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,7 @@ int InstanceChecker::do_inverted_check() {
auto start_time = steady_clock::now();
std::unique_ptr<int, std::function<void(int*)>> defer_log_statistics((int*)0x01, [&](int*) {
g_bvar_inverted_checker_num_scanned.put(instance_id_, num_scanned);
g_bvar_inverted_checker_num_check_failed.put(instance_id_, num_check_failed);
g_bvar_inverted_checker_num_check_failed.put(instance_id_, num_file_leak);
auto cost = duration<float>(steady_clock::now() - start_time).count();
LOG(INFO) << "inverted check instance objects finished, cost=" << cost
<< "s. instance_id=" << instance_id_ << " num_scanned=" << num_scanned
Expand Down

0 comments on commit 75670ae

Please sign in to comment.