You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/tmf/core/statistics/TmfStateStatistics.java
+38-15Lines changed: 38 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -117,40 +117,63 @@ public void dispose() {
117
117
if (quark == ITmfStateSystem.INVALID_ATTRIBUTE) {
118
118
returnCollections.emptyList();
119
119
}
120
-
List<Long> times = newArrayList<>();
120
+
List<@NonNullLong> times = newArrayList<>();
121
121
for (inti = 0; i < timeRequested.length; i++) {
122
+
/* create padding for every window of time before the start time */
122
123
if (timeRequested[i] < fTotalsStats.getStartTime()) {
Copy file name to clipboardExpand all lines: tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/tmf/core/statistics/TmfStatisticsEventTypesModule.java
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -101,7 +101,7 @@ class StatsProviderEventTypes extends AbstractTmfStateProvider {
101
101
* Version number of this input handler. Please bump this if you modify the
102
102
* contents of the generated state history in some way.
Copy file name to clipboardExpand all lines: tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/tmf/core/statistics/TmfStatisticsTotalsModule.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,7 @@ class StatsProviderTotals extends AbstractTmfStateProvider {
85
85
* Version number of this input handler. Please bump this if you modify the
86
86
* contents of the generated state history in some way.
0 commit comments