GSS: Avoid doing time-range requests if one of the timestamps is invalid
authorAlexandre Montplaisir <alexandre.montplaisir@gmail.com>
Sun, 18 Mar 2012 02:11:58 +0000 (22:11 -0400)
committerFrancois Chouinard <fchouinard@gmail.com>
Mon, 19 Mar 2012 21:44:06 +0000 (17:44 -0400)
commitb255ae4b6b066e39f0708233fa74ce368348fca7
treece8298075a35e8e22c23de6dfbac939dd0b66b62
parent2359eccaefc1e6e1f3bff054fcc047be1d17deb9
GSS: Avoid doing time-range requests if one of the timestamps is invalid

Thanks to the unit-test benchmarking for letting me know of this
problem...

Also exposed checkValidTime() through the IHistoryBackend interface,
this can be useful, as we see here.
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/statesystem/StateHistorySystem.java
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/statesystem/backend/historytree/HistoryTreeBackend.java
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/statesystem/helpers/IStateHistoryBackend.java
This page took 0.032023 seconds and 5 git commands to generate.