cpp_weekly
cpp_weekly copied to clipboard
Hidden performance problems (and how to find them)
Looking for code that is "optimized away" but still leaves a performance hit.
processTemp(data[state->index1][state->index2]->temp);
processHumidity(data[state->index1][state->index2]->humidity);
processPressure(data[state->index1][state->index2]->pressure);