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

Side by Side Diff: runtime/vm/source_report.cc

Issue 2516033002: Fix Flutter profile_unopt and release_unopt builds (Closed)
Patch Set: Created 4 years, 1 month 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 | « runtime/vm/jit_optimizer.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 (c) 2015, the Dart project authors. Please see the AUTHORS file 1 // Copyright (c) 2015, the Dart project authors. Please see the AUTHORS file
2 // for details. All rights reserved. Use of this source code is governed by a 2 // for details. All rights reserved. Use of this source code is governed by a
3 // BSD-style license that can be found in the LICENSE file. 3 // BSD-style license that can be found in the LICENSE file.
4 4 #ifndef PRODUCT
5 #include "vm/source_report.h" 5 #include "vm/source_report.h"
6 6
7 #include "vm/compiler.h" 7 #include "vm/compiler.h"
8 #include "vm/isolate.h" 8 #include "vm/isolate.h"
9 #include "vm/object.h" 9 #include "vm/object.h"
10 #include "vm/object_store.h" 10 #include "vm/object_store.h"
11 #include "vm/profiler.h" 11 #include "vm/profiler.h"
12 #include "vm/profiler_service.h" 12 #include "vm/profiler_service.h"
13 13
14 namespace dart { 14 namespace dart {
(...skipping 511 matching lines...) Expand 10 before | Expand all | Expand 10 after
526 // Visit all closures for this isolate. 526 // Visit all closures for this isolate.
527 VisitClosures(&ranges); 527 VisitClosures(&ranges);
528 } 528 }
529 529
530 // Print the script table. 530 // Print the script table.
531 JSONArray scripts(&report, "scripts"); 531 JSONArray scripts(&report, "scripts");
532 PrintScriptTable(&scripts); 532 PrintScriptTable(&scripts);
533 } 533 }
534 534
535 } // namespace dart 535 } // namespace dart
536 #endif // PRODUCT
OLDNEW
« no previous file with comments | « runtime/vm/jit_optimizer.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698