cpp_weekly icon indicating copy to clipboard operation
cpp_weekly copied to clipboard

Hidden performance problems (and how to find them)

Open lefticus opened this issue 3 years ago • 1 comments

Looking for code that is "optimized away" but still leaves a performance hit.

lefticus avatar Aug 13 '22 22:08 lefticus

processTemp(data[state->index1][state->index2]->temp);
processHumidity(data[state->index1][state->index2]->humidity);
processPressure(data[state->index1][state->index2]->pressure);

lefticus avatar Aug 13 '22 22:08 lefticus