• Andreas Haas's avatar
    [wasm] Add metrics for lazy compilation · 0b68bed9
    Andreas Haas authored
    This CL adds three metrics for lazy compilation: the number of functions
    compiled lazily, the total time spent on compiling functions lazily,
    and the maximum time spent on compiling a single function. All three
    metrics get recorded twice, once 5 seconds after instantiation, and once
    20 seconds after instantiation.
    
    R=clemensb@chromium.org
    
    Bug: v8:12852
    Change-Id: Ib9e5e12921fb1ec7aefd53af604cbb389bee79b9
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3811502Reviewed-by: 's avatarClemens Backes <clemensb@chromium.org>
    Commit-Queue: Andreas Haas <ahaas@chromium.org>
    Cr-Commit-Position: refs/heads/main@{#82248}
    0b68bed9
Name
Last commit
Last update
..
OWNERS Loading commit data...
code-events.h Loading commit data...
counters-definitions.h Loading commit data...
counters-scopes.h Loading commit data...
counters.cc Loading commit data...
counters.h Loading commit data...
local-logger.cc Loading commit data...
local-logger.h Loading commit data...
log-file.cc Loading commit data...
log-file.h Loading commit data...
log-inl.h Loading commit data...
log.cc Loading commit data...
log.h Loading commit data...
metrics.cc Loading commit data...
metrics.h Loading commit data...
runtime-call-stats-scope.h Loading commit data...
runtime-call-stats.cc Loading commit data...
runtime-call-stats.h Loading commit data...
tracing-flags.cc Loading commit data...
tracing-flags.h Loading commit data...