Skip to content

Commit 788ea93

Browse files
authored
Timeline view refactoring (#20)
* improvements to the timeline protocol parsing * checkpoint * checkpoint * finish timeline cleanup * add tests * review comments
1 parent be57004 commit 788ea93

File tree

8 files changed

+637
-417
lines changed

8 files changed

+637
-417
lines changed

lib/logging/logging.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ class LoggingScreen extends Screen {
8787
logCountStatus.element.text = '$label events';
8888
}
8989

90+
// TODO(devoncarew): Update this url.
9091
@override
9192
HelpInfo get helpInfo =>
9293
new HelpInfo(title: 'logs view docs', url: 'http://www.cheese.com');

lib/memory/memory.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ class MemoryScreen extends Screen {
203203
return memoryTable.element;
204204
}
205205

206+
// TODO(devoncarew): Update this url.
206207
@override
207208
HelpInfo get helpInfo =>
208209
new HelpInfo(title: 'memory view docs', url: 'http://www.cheese.com');

lib/performance/performance.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ class PerformanceScreen extends Screen {
162162
}
163163
}
164164

165+
// TODO(devoncarew): Update this url.
165166
@override
166167
HelpInfo get helpInfo => new HelpInfo(
167168
title: 'performance view docs', url: 'http://www.cheese.com');

0 commit comments

Comments
 (0)