DescriptionRevert 251178 "Trace event micro-optimization: use finer grained..."
due to data races raised on the tsan v2 bot.
BUG=343802
> Trace event micro-optimization: use finer grained lock.
>
> GetCategoryGroupEnabledInternal is a hotspot.
> It traverses an append-only list, so it's safe to use a finer-grained lock,
> and avoid it altogether for the "fast path", i.e., when the category is
> already known.
>
> BUG=
>
> Review URL: https://codereview.chromium.org/144423009
TBR=bulach@chromium.org
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=251262
Patch Set 1 #
Messages
Total messages: 2 (0 generated)
|