We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c7b4b9 commit 32f3110Copy full SHA for 32f3110
src/stats/stats_reader.cpp
@@ -625,6 +625,7 @@ void print_entity_context_stats(entity_context_instance_block_t *p_ent_ctx_inst_
625
"------------\n");
626
627
for (int i = 0; i < NUM_OF_SUPPORTED_ENTITY_CTX; i++) {
628
+ // coverity[missing_lock:FALSE] /* Turn off coverity missing_lock check*/
629
if (p_ent_ctx_inst_arr[i].b_enabled) {
630
entity_context_stats_t &p_ent_ctx_stats = p_ent_ctx_inst_arr[i].entity_ctx_stats;
631
int64_t tot_time = p_ent_ctx_stats.hit_poll_time + p_ent_ctx_stats.idle_time +
0 commit comments