tmf: Add proper API to statesystem.backends.historytree
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.core / src / org / eclipse / linuxtools / internal / tmf / core / statesystem / backends / historytree / HistoryTreeBackend.java
index a1723c9e6f65ae7711f9241e1e7ed982650818cd..0ebd140be099448b016826aa148b19f6b2b3d212 100644 (file)
@@ -277,7 +277,7 @@ public class HistoryTreeBackend implements IStateHistoryBackend {
         try {
             for (int seq = 0; seq < sht.getNodeCount(); seq++) {
                 node = sht.readNode(seq);
-                total += node.getNodeUsagePRC();
+                total += node.getNodeUsagePercent();
             }
         } catch (ClosedChannelException e) {
             e.printStackTrace();
This page took 0.025037 seconds and 5 git commands to generate.