Uses of Class
org.eclipse.jgit.logging.PerformanceLogRecord
-
Packages that use PerformanceLogRecord Package Description org.eclipse.jgit.logging -
-
Uses of PerformanceLogRecord in org.eclipse.jgit.logging
Methods in org.eclipse.jgit.logging that return types with arguments of type PerformanceLogRecord Modifier and Type Method Description List<PerformanceLogRecord>PerformanceLogContext. getEventRecords()Get the unmodifiable list of events as performance records.Methods in org.eclipse.jgit.logging with parameters of type PerformanceLogRecord Modifier and Type Method Description voidPerformanceLogContext. addEvent(PerformanceLogRecord record)Adds a performance log record to the current list of events.
-