0
Files
src/content/common
Sebastien Marchand 24bb677890 Reduce the number of files generated when running a profiling build
This is a partial revert of this change
https://chromium-review.googlesource.com/c/chromium/src/+/2157967/30/content/common/profiling_utils.cc#b46
because using too many profiling data files ends up using way too much
disk space on the profiling bots (which can't easily be upgraded) and
this is blocking us from deploying them.

This shouldn't be an issue in practice, Yuke pointed me to
https://reviews.llvm.org/rG6694b2b36bdd3dbb3b047315411cb38432d19d02#change-0QKaaw3pmGjk
which ensure that the current approach will automatically merge the
profiling data when multiple processes try to write to the same
profiling file (as we're setting the merge bit to 1 when calling
__llvm_profile_set_file_object)

Bug: 1059335
Change-Id: I736772604a3cf7635ede21991c0a035010fea170
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2174906
Commit-Queue: Sébastien Marchand <sebmarchand@chromium.org>
Reviewed-by: Nasko Oskov <nasko@chromium.org>
Cr-Commit-Position: refs/heads/master@{#764718}
2020-05-01 18:25:08 +00:00
..
2020-05-01 00:39:04 +00:00
2020-05-01 00:39:04 +00:00
2020-03-18 19:57:28 +00:00
2020-05-01 00:39:04 +00:00