• fmeawad's avatar
    [Tracing] V8 Tracing Controller · 3d598452
    fmeawad authored
    V8 has had a trace event macro interface for while, but without a tracing
    controller a standalone V8 would be unable to collect traces.
    
    This CL introduces a complete Tracing Controller system for V8.
    It is fully function except that it does not yet store trace event args.
    
    This CL has a few components,
    The tracing controller itself, contributed by the author of this CL
    The Trace config (including the parser), contributed by lpy@
    The Trace Object, Trace Writer, and Trace Buffer are all contributed by rksang@
    
    BUG=v8:4561
    LOG=N
    
    Review-Url: https://codereview.chromium.org/2137013006
    Cr-Commit-Position: refs/heads/master@{#38073}
    3d598452
Name
Last commit
Last update
..
benchmarks Loading commit data...
cctest Loading commit data...
fuzzer Loading commit data...
intl Loading commit data...
js-perf-test Loading commit data...
memory Loading commit data...
message Loading commit data...
mjsunit Loading commit data...
mozilla Loading commit data...
preparser Loading commit data...
promises-aplus Loading commit data...
simdjs Loading commit data...
test262 Loading commit data...
unittests Loading commit data...
webkit Loading commit data...
BUILD.gn Loading commit data...
bot_default.gyp Loading commit data...
bot_default.isolate Loading commit data...
default.gyp Loading commit data...
default.isolate Loading commit data...
ignition.gyp Loading commit data...
ignition.isolate Loading commit data...
optimize_for_size.gyp Loading commit data...
optimize_for_size.isolate Loading commit data...
perf.gyp Loading commit data...
perf.isolate Loading commit data...