Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(23)

Side by Side Diff: tools/gyp/v8.gyp

Issue 1618693004: Revert "Revert of [profiler] Implement POC Sampling Heap Profiler (patchset #12 id:220001 of https:… (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Add flag to suppress randomness from sampling heap profiler tests Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « test/cctest/test-heap-profiler.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2012 the V8 project authors. All rights reserved. 1 # Copyright 2012 the V8 project authors. All rights reserved.
2 # Redistribution and use in source and binary forms, with or without 2 # Redistribution and use in source and binary forms, with or without
3 # modification, are permitted provided that the following conditions are 3 # modification, are permitted provided that the following conditions are
4 # met: 4 # met:
5 # 5 #
6 # * Redistributions of source code must retain the above copyright 6 # * Redistributions of source code must retain the above copyright
7 # notice, this list of conditions and the following disclaimer. 7 # notice, this list of conditions and the following disclaimer.
8 # * Redistributions in binary form must reproduce the above 8 # * Redistributions in binary form must reproduce the above
9 # copyright notice, this list of conditions and the following 9 # copyright notice, this list of conditions and the following
10 # disclaimer in the documentation and/or other materials provided 10 # disclaimer in the documentation and/or other materials provided
(...skipping 937 matching lines...) Expand 10 before | Expand all | Expand 10 after
948 '../../src/profiler/heap-profiler.cc', 948 '../../src/profiler/heap-profiler.cc',
949 '../../src/profiler/heap-profiler.h', 949 '../../src/profiler/heap-profiler.h',
950 '../../src/profiler/heap-snapshot-generator-inl.h', 950 '../../src/profiler/heap-snapshot-generator-inl.h',
951 '../../src/profiler/heap-snapshot-generator.cc', 951 '../../src/profiler/heap-snapshot-generator.cc',
952 '../../src/profiler/heap-snapshot-generator.h', 952 '../../src/profiler/heap-snapshot-generator.h',
953 '../../src/profiler/profile-generator-inl.h', 953 '../../src/profiler/profile-generator-inl.h',
954 '../../src/profiler/profile-generator.cc', 954 '../../src/profiler/profile-generator.cc',
955 '../../src/profiler/profile-generator.h', 955 '../../src/profiler/profile-generator.h',
956 '../../src/profiler/sampler.cc', 956 '../../src/profiler/sampler.cc',
957 '../../src/profiler/sampler.h', 957 '../../src/profiler/sampler.h',
958 '../../src/profiler/sampling-heap-profiler.cc',
959 '../../src/profiler/sampling-heap-profiler.h',
958 '../../src/profiler/strings-storage.cc', 960 '../../src/profiler/strings-storage.cc',
959 '../../src/profiler/strings-storage.h', 961 '../../src/profiler/strings-storage.h',
960 '../../src/profiler/unbound-queue-inl.h', 962 '../../src/profiler/unbound-queue-inl.h',
961 '../../src/profiler/unbound-queue.h', 963 '../../src/profiler/unbound-queue.h',
962 '../../src/property-descriptor.cc', 964 '../../src/property-descriptor.cc',
963 '../../src/property-descriptor.h', 965 '../../src/property-descriptor.h',
964 '../../src/property-details.h', 966 '../../src/property-details.h',
965 '../../src/property.cc', 967 '../../src/property.cc',
966 '../../src/property.h', 968 '../../src/property.h',
967 '../../src/prototype.h', 969 '../../src/prototype.h',
(...skipping 1161 matching lines...) Expand 10 before | Expand all | Expand 10 after
2129 }], 2131 }],
2130 ['want_separate_host_toolset==1', { 2132 ['want_separate_host_toolset==1', {
2131 'toolsets': ['host'], 2133 'toolsets': ['host'],
2132 }, { 2134 }, {
2133 'toolsets': ['target'], 2135 'toolsets': ['target'],
2134 }], 2136 }],
2135 ], 2137 ],
2136 }, 2138 },
2137 ], 2139 ],
2138 } 2140 }
OLDNEW
« no previous file with comments | « test/cctest/test-heap-profiler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698