Uses of Class
org.variantsync.diffdetective.analysis.CommitProcessTime
Packages that use CommitProcessTime
Package
Description
-
Uses of CommitProcessTime in org.variantsync.diffdetective.analysis
Fields in org.variantsync.diffdetective.analysis declared as CommitProcessTimeModifier and TypeFieldDescriptionprivate final CommitProcessTimeAutomationResult.fastestThe field for thefastestrecord component.final CommitProcessTimeStatisticsAnalysis.Result.maxThe commit that was processed the slowest.private final CommitProcessTimeAutomationResult.medianThe field for themedianrecord component.final CommitProcessTimeStatisticsAnalysis.Result.minThe commit that was processed the fastest.private final CommitProcessTimeAutomationResult.slowestThe field for theslowestrecord component.Fields in org.variantsync.diffdetective.analysis with type parameters of type CommitProcessTimeModifier and TypeFieldDescriptionprivate final List<CommitProcessTime> StatisticsAnalysis.commitTimesMethods in org.variantsync.diffdetective.analysis that return CommitProcessTimeModifier and TypeMethodDescriptionAutomationResult.fastest()Returns the value of thefastestrecord component.static CommitProcessTimeCommitProcessTime.fromString(String text) Parses aCommitProcessTimefrom a string that was produced bytoString().static CommitProcessTimeCreates an invalid count for the given repo.static CommitProcessTimeCommitProcessTime.max(CommitProcessTime a, CommitProcessTime b) Computes the maximum of twoCommitProcessTimes.AutomationResult.median()Returns the value of themedianrecord component.static CommitProcessTimeCommitProcessTime.min(CommitProcessTime a, CommitProcessTime b) Computes the minimum of twoCommitProcessTimes.AutomationResult.slowest()Returns the value of theslowestrecord component.static CommitProcessTimeCreates an count for an unkown commit in the given repository.Methods in org.variantsync.diffdetective.analysis with parameters of type CommitProcessTimeModifier and TypeMethodDescriptionstatic CommitProcessTimeCommitProcessTime.max(CommitProcessTime a, CommitProcessTime b) Computes the maximum of twoCommitProcessTimes.static CommitProcessTimeCommitProcessTime.min(CommitProcessTime a, CommitProcessTime b) Computes the minimum of twoCommitProcessTimes.voidCommitProcessTime.set(CommitProcessTime other) Sets all values of this object to the values of the given time.Method parameters in org.variantsync.diffdetective.analysis with type arguments of type CommitProcessTimeModifier and TypeMethodDescriptionstatic voidStatisticsAnalysis.exportCommitTimes(List<CommitProcessTime> commitTimes, Path pathToOutputFile) Exports the given commit times to the given file.Constructors in org.variantsync.diffdetective.analysis with parameters of type CommitProcessTimeModifierConstructorDescriptionAutomationResult(long numMeasuredCommits, long totalTimeMS, CommitProcessTime fastest, CommitProcessTime slowest, CommitProcessTime median) Creates an instance of aAutomationResultrecord class. -
Uses of CommitProcessTime in org.variantsync.diffdetective.experiments.esecfse22
Methods in org.variantsync.diffdetective.experiments.esecfse22 that return types with arguments of type CommitProcessTimeModifier and TypeMethodDescriptionprivate static Stream<CommitProcessTime> Parses all CommitProcessTimes in the given file.