DescriptionCPUProfiler: propagate scriptId to the front-end
Each CpuProfileNode has resource_name string property.
It cost us N * strlen(resource_name) where N is number of functions in the collected profile.
We could transfer script_id instead of resource_name so it would reduce transfer
size and help us to solve the problem with evals and sourceURL.
BUG=none
TEST=test-cpu-profiler/CollectCpuProfile
R=jkummerow@chromium.org, yurys@chromium.org
Committed: https://code.google.com/p/v8/source/detail?r=15429
Committed: https://code.google.com/p/v8/source/detail?r=15433
Patch Set 1 #Patch Set 2 : with test #Patch Set 3 : unnecessary line was removed #
Total comments: 5
Patch Set 4 : completely reworked #
Total comments: 4
Patch Set 5 : comments addressed #Patch Set 6 : debug build was fixed #
Messages
Total messages: 7 (0 generated)
|