v8/src/profiler
Ross McIlroy f5d0df35d7 [Heap] Remove code flushing.
Only FullCodegen code ever gets flushed by code flushing. Since we are
deprecating the old pipeline, the added complexity introduced by code
flushing is no longer worth it. This CL removes it (but keeps code aging,
which is used to unlink SFIs from the compilation cache).

BUG=v8:6389,v8:6379,v8:6409

Change-Id: I90de113a101f86dbeaaf0511c61a090ef12aa365
Reviewed-on: https://chromium-review.googlesource.com/507388
Commit-Queue: Ross McIlroy <rmcilroy@chromium.org>
Reviewed-by: Hannes Payer <hpayer@chromium.org>
Reviewed-by: Michael Starzinger <mstarzinger@chromium.org>
Cr-Commit-Position: refs/heads/master@{#45446}
2017-05-22 09:34:43 +00:00
..
allocation-tracker.cc Add templatized GlobalHandles::Create method 2017-03-22 10:33:22 +00:00
allocation-tracker.h
circular-queue-inl.h
circular-queue.h
cpu-profiler-inl.h [cpu-profiler] use new source position information for deoptimization in cpu profiler 2016-11-22 10:14:59 +00:00
cpu-profiler.cc [profiler] Fix a memory leak of CodeEvent objects 2017-01-27 01:12:53 +00:00
cpu-profiler.h [profiler] Fix a memory leak of CodeEvent objects 2017-01-27 01:12:53 +00:00
heap-profiler.cc Remove object grouping 2017-03-02 17:53:07 +00:00
heap-profiler.h Remove object grouping 2017-03-02 17:53:07 +00:00
heap-snapshot-generator-inl.h Use std::deque for storing edges and children in heap snapshot. 2016-12-30 16:27:15 +00:00
heap-snapshot-generator.cc [Heap] Remove code flushing. 2017-05-22 09:34:43 +00:00
heap-snapshot-generator.h [cleanup & objects.h splitting] Move StringHasher 2017-04-28 13:07:24 +00:00
OWNERS Add myself to src/profiler/OWNERS 2016-09-10 03:20:05 +00:00
profile-generator-inl.h Revert of [profiler] Add extra CHECK to track down crbug.com/665398 (patchset #1 id:1 of https://codereview.chromium.org/2556833003/ ) 2016-12-20 02:28:39 +00:00
profile-generator.cc [iwyu] Pre-work for removing unallowed include macro-assembler.h -> assembler-inl.h 2017-02-23 12:10:21 +00:00
profile-generator.h [profiler] Fix a memory leak of CodeEvent objects 2017-01-27 01:12:53 +00:00
profiler-listener.cc [profiler] Web UI: add summary of opts/deopts. 2017-03-22 16:02:25 +00:00
profiler-listener.h [profiler] Web UI: add summary of opts/deopts. 2017-03-22 16:02:25 +00:00
sampling-heap-profiler.cc Fix more -Wsign-compare warnings in heap, mips, base, etc. 2016-11-11 14:56:10 +00:00
sampling-heap-profiler.h
strings-storage.cc
strings-storage.h Instead of having a hashmap with a function pointer defining its 2016-09-30 16:17:06 +00:00
tick-sample.cc [profiler] reduce incorrectly unaccounted ticks. 2017-04-07 09:57:52 +00:00
tick-sample.h Move SimulatorHelper into V8 out of profiler clients. 2016-08-10 17:12:27 +00:00
tracing-cpu-profiler.cc [tracing] The CPU profiler should only be enabled for specific modes of tracing 2017-02-10 19:23:30 +00:00
tracing-cpu-profiler.h [profiler] Tracing-based CPU profiler. 2016-10-06 18:14:24 +00:00
unbound-queue-inl.h
unbound-queue.h