• alph's avatar
    [profiler] Tracing-based CPU profiler. · 4b575dfc
    alph authored
    A new V8 API object v8::TracingCpuProfiler is introduced.
    Client can create it on an isolate to enable JS CPU profiles collected
    during tracing session.
    
    Once the v8.cpu_profile2 tracing category is enabled the profiler emits
    CpuProfile and CpuProfileChunk events with the profile data.
    
    BUG=chromium:406277
    
    Review-Url: https://codereview.chromium.org/2396733002
    Cr-Commit-Position: refs/heads/master@{#40054}
    4b575dfc
Name
Last commit
Last update
..
libplatform Loading commit data...
DEPS Loading commit data...
OWNERS Loading commit data...
v8-debug.h Loading commit data...
v8-experimental.h Loading commit data...
v8-inspector-protocol.h Loading commit data...
v8-inspector.h Loading commit data...
v8-platform.h Loading commit data...
v8-profiler.h Loading commit data...
v8-testing.h Loading commit data...
v8-util.h Loading commit data...
v8-version.h Loading commit data...
v8.h Loading commit data...
v8config.h Loading commit data...