Enable performance logging (timing messages).
Whether to enable performance logging
// Enable performance monitoringenablePerformanceLogging(true);// Disable performance loggingenablePerformanceLogging(false); Copy
// Enable performance monitoringenablePerformanceLogging(true);// Disable performance loggingenablePerformanceLogging(false);
Enable performance logging (timing messages).