Move heap and CPU profilers into a dedicated directory.
authoralph <alph@chromium.org>
Mon, 28 Sep 2015 19:34:08 +0000 (12:34 -0700)
committerCommit bot <commit-bot@chromium.org>
Mon, 28 Sep 2015 19:34:18 +0000 (19:34 +0000)
commite0606c9f005aff1a5d5193d06603fa4766a7b3bb
treeb9437279f2f436259d6c7626a44018303e364131
parent003648772ae53c82c9fbfbe653acd62d61a17c42
Move heap and CPU profilers into a dedicated directory.

Drive-by: remove unnecessary includes.
Review URL: https://codereview.chromium.org/1356223004

Cr-Commit-Position: refs/heads/master@{#30987}
72 files changed:
BUILD.gn
src/api.cc
src/arm/lithium-codegen-arm.cc
src/arm/macro-assembler-arm.cc
src/arm64/lithium-codegen-arm64.cc
src/arm64/macro-assembler-arm64.cc
src/assembler.cc
src/builtins.cc
src/code-stubs.cc
src/codegen.cc
src/compiler.cc
src/deoptimizer.cc
src/heap/heap-inl.h
src/heap/heap.cc
src/heap/mark-compact.cc
src/heap/scavenger.cc
src/heap/spaces-inl.h
src/ia32/lithium-codegen-ia32.cc
src/ia32/macro-assembler-ia32.cc
src/ic/handler-compiler.cc
src/ic/ic-compiler.cc
src/isolate.cc
src/log.cc
src/mips/lithium-codegen-mips.cc
src/mips/macro-assembler-mips.cc
src/mips64/lithium-codegen-mips64.cc
src/mips64/macro-assembler-mips64.cc
src/objects.cc
src/ppc/lithium-codegen-ppc.cc
src/ppc/macro-assembler-ppc.cc
src/profiler/allocation-tracker.cc [moved from src/allocation-tracker.cc with 98% similarity]
src/profiler/allocation-tracker.h [moved from src/allocation-tracker.h with 98% similarity]
src/profiler/circular-queue-inl.h [moved from src/circular-queue-inl.h with 89% similarity]
src/profiler/circular-queue.h [moved from src/circular-queue.h with 94% similarity]
src/profiler/cpu-profiler-inl.h [moved from src/cpu-profiler-inl.h with 85% similarity]
src/profiler/cpu-profiler.cc [moved from src/cpu-profiler.cc with 99% similarity]
src/profiler/cpu-profiler.h [moved from src/cpu-profiler.h with 97% similarity]
src/profiler/heap-profiler.cc [moved from src/heap-profiler.cc with 97% similarity]
src/profiler/heap-profiler.h [moved from src/heap-profiler.h with 95% similarity]
src/profiler/heap-snapshot-generator-inl.h [moved from src/heap-snapshot-generator-inl.h with 82% similarity]
src/profiler/heap-snapshot-generator.cc [moved from src/heap-snapshot-generator.cc with 99% similarity]
src/profiler/heap-snapshot-generator.h [moved from src/heap-snapshot-generator.h with 99% similarity]
src/profiler/profile-generator-inl.h [moved from src/profile-generator-inl.h with 88% similarity]
src/profiler/profile-generator.cc [moved from src/profile-generator.cc with 99% similarity]
src/profiler/profile-generator.h [moved from src/profile-generator.h with 98% similarity]
src/profiler/sampler.cc [moved from src/sampler.cc with 99% similarity]
src/profiler/sampler.h [moved from src/sampler.h with 97% similarity]
src/profiler/unbound-queue-inl.h [moved from src/unbound-queue-inl.h with 91% similarity]
src/profiler/unbound-queue.h [moved from src/unbound-queue.h with 91% similarity]
src/regexp/arm/regexp-macro-assembler-arm.cc
src/regexp/arm64/regexp-macro-assembler-arm64.cc
src/regexp/ia32/regexp-macro-assembler-ia32.cc
src/regexp/ppc/regexp-macro-assembler-ppc.cc
src/regexp/x64/regexp-macro-assembler-x64.cc
src/regexp/x87/regexp-macro-assembler-x87.cc
src/runtime/runtime-function.cc
src/snapshot/serialize.cc
src/v8.cc
src/x64/lithium-codegen-x64.cc
src/x64/macro-assembler-x64.cc
src/x87/lithium-codegen-x87.cc
src/x87/macro-assembler-x87.cc
test/cctest/test-api.h
test/cctest/test-circular-queue.cc
test/cctest/test-cpu-profiler.cc
test/cctest/test-heap-profiler.cc
test/cctest/test-log-stack-tracer.cc
test/cctest/test-log.cc
test/cctest/test-profile-generator.cc
test/cctest/test-unbound-queue.cc
test/cctest/trace-extension.cc
tools/gyp/v8.gyp