Replace histogram macros with functions within c/b/u/w/print_preview
Macros are more efficient than functions, but increase the binary size by a non-trivial amount. Given that the histogram calls in the folder are emitted infrequently (less than about ten calls per hour), functions are preferred. Histogram emissions to PrintPreview.UserAction and PrintPreview.PrintSettings will still be done using macros, given the greater volume of emissions. Change-Id: I19321a3648b1b361931369e47d41817250711f9b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2026601Reviewed-by:Lei Zhang <thestig@chromium.org> Commit-Queue: Daniel Hosseinian <dhoss@chromium.org> Cr-Commit-Position: refs/heads/master@{#736271}
Showing
Please register or sign in to comment