365 | 367 | } | |
366 | 368 | } | |
367 | 369 | ||
368 | class DisplayTreeGuidelinesToggle extends StatelessWidget { |
all the deletes over here were moved to profiler_controls.dart with no functional changes. git diff picked this up weird unfortunately.
366 | 368 | } | |
367 | 369 | ||
368 | class DisplayTreeGuidelinesToggle extends StatelessWidget { | ||
369 | const DisplayTreeGuidelinesToggle(); | ||
370 | // TODO(kenz): one improvement we could make on this is to show the denominator | ||
371 | // for filtered profiles (e.g. 'Sample count: 10/14), or to at least show the |
review all the additions from here to the bottom of the file as new code - not a modification of code on the left.
1 | // Copyright 2019 The Chromium Authors. All rights reserved. |
no functional changes to this file. all moves from cpu_profiler.dart
LGTM with a couple of comments
Login to write a write a comment.
Work towards #3861
While I was here, I also created a new file
profiler_controls.dart
and pulled some controls from cpu_profiler.dart out into the new file. This was to make the cpu_profiler.dart file more manageable.