Uses of Class
org.eclipse.jgit.logging.PerformanceLogContext
-
Packages that use PerformanceLogContext Package Description org.eclipse.jgit.logging -
-
Uses of PerformanceLogContext in org.eclipse.jgit.logging
Fields in org.eclipse.jgit.logging declared as PerformanceLogContext Modifier and Type Field Description private static PerformanceLogContext
PerformanceLogContext. INSTANCE
Singleton instance that stores the statistics.Methods in org.eclipse.jgit.logging that return PerformanceLogContext Modifier and Type Method Description static PerformanceLogContext
PerformanceLogContext. getInstance()
Get the instance of the context.
-