• lpy's avatar
    Refactor CpuProfiler. · cb59fc1f
    lpy authored
    Currently CpuProfiler is a subclass of CodeEventListener, it listens code events
    from Logger, constructs and stores CodeEventsContainer. This patch is part of
    the effort to split the logic of CodeEventListener as ProfilerListener out of
    the profiling functionality logic in CpuProfiler. A ProfilerListener will listen
    to code events, construct code event to CodeEventsContainer and pass it to code
    event handler.
    
    The reason we refactor CpuProfiler is that eventually we want to move
    CpuProfiler as part of sampler library and code event listener should stay
    inside V8.
    
    Main changes:
    1. Refactored CpuProfiler into two parts, the CpuProfiler with profling
    functionality and the ProfilerListener listening to code events from Logger.
    2. Created CodeEventObserver and made CpuProfiler inherit from it.
    ProfilerListener will have a list of observers and call CodeEventHandler once a
    code event is created.
    3. Moved code entry list from CodeEntry to ProfilerListener.
    
    Minor changes:
    1. Moved static code entry as part of CodeEntry.
    2. Added ProfilerListener to Logger.
    
    BUG=v8:4789
    
    Review-Url: https://codereview.chromium.org/2053523003
    Cr-Commit-Position: refs/heads/master@{#37112}
    cb59fc1f
Name
Last commit
Last update
benchmarks Loading commit data...
build_overrides Loading commit data...
docs Loading commit data...
gni Loading commit data...
gypfiles Loading commit data...
include Loading commit data...
infra Loading commit data...
samples Loading commit data...
src Loading commit data...
test Loading commit data...
testing Loading commit data...
third_party/binutils Loading commit data...
tools Loading commit data...
.clang-format Loading commit data...
.gitignore Loading commit data...
.gn Loading commit data...
.ycm_extra_conf.py Loading commit data...
AUTHORS Loading commit data...
BUILD.gn Loading commit data...
CODE_OF_CONDUCT.md Loading commit data...
ChangeLog Loading commit data...
DEPS Loading commit data...
LICENSE Loading commit data...
LICENSE.fdlibm Loading commit data...
LICENSE.strongtalk Loading commit data...
LICENSE.v8 Loading commit data...
LICENSE.valgrind Loading commit data...
Makefile Loading commit data...
Makefile.android Loading commit data...
Makefile.nacl Loading commit data...
OWNERS Loading commit data...
PRESUBMIT.py Loading commit data...
README.md Loading commit data...
WATCHLISTS Loading commit data...
codereview.settings Loading commit data...
snapshot_toolchain.gni Loading commit data...