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

Side by Side Diff: src/v8.gyp

Issue 2378143003: [profiler] Introduce Tracing CPU profiler V8 API. (Closed)
Patch Set: Created 4 years, 2 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 | « src/profiler/tracing-cpu-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 1085 matching lines...) Expand 10 before | Expand all | Expand 10 after
1096 'profiler/profiler-listener.h', 1096 'profiler/profiler-listener.h',
1097 'profiler/profile-generator-inl.h', 1097 'profiler/profile-generator-inl.h',
1098 'profiler/profile-generator.cc', 1098 'profiler/profile-generator.cc',
1099 'profiler/profile-generator.h', 1099 'profiler/profile-generator.h',
1100 'profiler/sampling-heap-profiler.cc', 1100 'profiler/sampling-heap-profiler.cc',
1101 'profiler/sampling-heap-profiler.h', 1101 'profiler/sampling-heap-profiler.h',
1102 'profiler/strings-storage.cc', 1102 'profiler/strings-storage.cc',
1103 'profiler/strings-storage.h', 1103 'profiler/strings-storage.h',
1104 'profiler/tick-sample.cc', 1104 'profiler/tick-sample.cc',
1105 'profiler/tick-sample.h', 1105 'profiler/tick-sample.h',
1106 'profiler/tracing-cpu-profiler.cc',
1107 'profiler/tracing-cpu-profiler.h',
1106 'profiler/unbound-queue-inl.h', 1108 'profiler/unbound-queue-inl.h',
1107 'profiler/unbound-queue.h', 1109 'profiler/unbound-queue.h',
1108 'property-descriptor.cc', 1110 'property-descriptor.cc',
1109 'property-descriptor.h', 1111 'property-descriptor.h',
1110 'property-details.h', 1112 'property-details.h',
1111 'property.cc', 1113 'property.cc',
1112 'property.h', 1114 'property.h',
1113 'prototype.h', 1115 'prototype.h',
1114 'regexp/bytecodes-irregexp.h', 1116 'regexp/bytecodes-irregexp.h',
1115 'regexp/interpreter-irregexp.cc', 1117 'regexp/interpreter-irregexp.cc',
(...skipping 1320 matching lines...) Expand 10 before | Expand all | Expand 10 after
2436 'conditions': [ 2438 'conditions': [
2437 ['want_separate_host_toolset_mkpeephole==1', { 2439 ['want_separate_host_toolset_mkpeephole==1', {
2438 'toolsets': ['host'], 2440 'toolsets': ['host'],
2439 }, { 2441 }, {
2440 'toolsets': ['target'], 2442 'toolsets': ['target'],
2441 }], 2443 }],
2442 ], 2444 ],
2443 }, 2445 },
2444 ], 2446 ],
2445 } 2447 }
OLDNEW
« no previous file with comments | « src/profiler/tracing-cpu-profiler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698