Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
polina-c committed Apr 25, 2024
1 parent d1c4c14 commit a1e0759
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class MemoryChartPaneController extends DisposableController

if (mode == DevToolsMode.offlineData) {
_paused.value = false;
data.timeline.notifyAboutAllSamples();
// data.timeline.notifyAboutAllSamples();
recomputeChartData();
print('!!! sent notifyAboutAllSamples and recomputeChartData');
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ class MemoryTimeline {
void addSample(HeapSample sample) {
data.add(sample);
_sampleAdded.value = sample;
sampleEventNotifier.value++;
}

void addExtensionEvent(
Expand Down

0 comments on commit a1e0759

Please sign in to comment.