![]() * We know result's size will be same as app_metrics_'s size so optimize the vector. Reserving a vector to save on reallocation cost. * Narrow scopes of variables to avoid error and optimize them. Made two vectors scope narrower and reserved them because we know the size in advance. This helps save on allocation costs. * fix spacing |
||
---|---|---|
.. | ||
app | ||
browser | ||
common | ||
renderer | ||
utility |