Skip to content
Aborted

Changes

Summary

  1. tmf: Use query2D for querying histogram (details)
Commit e11bf2eca66054f0b45b85908a6d486e7c4390b5 by Arnaud Fiorini
tmf: Use query2D for querying histogram

The previous implementation does a full query for each requested time.
This patch now uses one query2D to calculate the same result.

Signed-off-by: Arnaud Fiorini <fiorini.arnaud@gmail.com>
Change-Id: Ic84d8a46536718c097de65b4b17df927f9368755
The file was modified tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/tmf/core/statistics/TmfStateStatistics.java