Skip to content

Changes

Summary

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

[Changed] Replace single queries with one query2D

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