Uses of Class
org.eclipse.jgit.logging.PerformanceLogRecord
Packages that use PerformanceLogRecord
-
Uses of PerformanceLogRecord in org.eclipse.jgit.logging
Fields in org.eclipse.jgit.logging with type parameters of type PerformanceLogRecordModifier and TypeFieldDescriptionprivate static final ThreadLocal
<List<PerformanceLogRecord>> PerformanceLogContext.eventRecords
List that stores events as performance logs.Methods in org.eclipse.jgit.logging that return types with arguments of type PerformanceLogRecordModifier and TypeMethodDescriptionPerformanceLogContext.getEventRecords()
Get the unmodifiable list of events as performance records.Methods in org.eclipse.jgit.logging with parameters of type PerformanceLogRecordModifier and TypeMethodDescriptionvoid
PerformanceLogContext.addEvent
(PerformanceLogRecord record) Adds a performance log record to the current list of events.