Package com.bytedance.rheatrace.prop
Class TraceProperties
- java.lang.Object
-
- com.bytedance.rheatrace.prop.TraceProperties
-
public class TraceProperties extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TraceProperties()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static intgetCoreBufferSize()static intgetCoreBufferSizeOrDefault(int defaultSize)static longgetSampleIntervalOrDefault(long defaultIntervalNs)static intgetWaitTraceTimeoutSeconds()static booleanshouldStartWhenAppLaunch()
-
-
-
Method Detail
-
shouldStartWhenAppLaunch
public static boolean shouldStartWhenAppLaunch()
-
getWaitTraceTimeoutSeconds
public static int getWaitTraceTimeoutSeconds()
-
getCoreBufferSize
public static int getCoreBufferSize()
-
getCoreBufferSizeOrDefault
public static int getCoreBufferSizeOrDefault(int defaultSize)
-
getSampleIntervalOrDefault
public static long getSampleIntervalOrDefault(long defaultIntervalNs)
-
-