Skip to content

Changes

Summary

  1. tmf: Use query2D for querying histogram (details)
Commit 59df363810968eb1e53d9538ddb63b64de93b676 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