Uses of Class
cloud.opencode.base.log.perf.SlowOperationConfig.Builder
Packages that use SlowOperationConfig.Builder
Package
Description
Performance Logging - Timing and Slow Operation Detection
性能日志 - 计时和慢操作检测
-
Uses of SlowOperationConfig.Builder in cloud.opencode.base.log.perf
Methods in cloud.opencode.base.log.perf that return SlowOperationConfig.BuilderModifier and TypeMethodDescriptionstatic SlowOperationConfig.BuilderSlowOperationConfig.builder()Creates a new builder.SlowOperationConfig.Builder.disabled()Disables slow operation detection.SlowOperationConfig.Builder.enabled()Enables slow operation detection.SlowOperationConfig.Builder.includeStackTrace(boolean include) Sets whether to include stack trace.Sets the log level.Sets the threshold.SlowOperationConfig.Builder.thresholdMillis(long millis) Sets the threshold in milliseconds.