Commit 68bed4d1 authored by Ross McIlroy's avatar Ross McIlroy Committed by Commit Bot

[Metrics] Add entry to V8CacheBehaviour enum.

Adds kHitIsolateCacheWhenStreamingSource.

BUG=chromium:865098
TBR=delphick@chromium.org

Change-Id: I9112410a1ddf9b9f56667a7880152d306d4a2612
Reviewed-on: https://chromium-review.googlesource.com/1163672
Commit-Queue: Ross McIlroy <rmcilroy@chromium.org>
Reviewed-by: default avatarRoss McIlroy <rmcilroy@chromium.org>
Cr-Commit-Position: refs/heads/master@{#580883}
parent 6d495ffe
......@@ -48309,6 +48309,10 @@ Full version information for the fingerprint enum values:
Blink did not request a code cache because it has a script resource without
a cache handler
</int>
<int value="20" label="kHitIsolateCacheWhenStreamingSource">
Blink parsed and compiled the script as it was streamed, but we then hit
V8's isolate's compilation cache and did not require the streamed result.
</int>
</enum>
<enum name="V8CodeCacheRejectReason">
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment