Package com._1c.g5.v8.dt.debug.profiling
Class ProfilingPreferencesReader
- java.lang.Object
-
- com._1c.g5.v8.dt.debug.profiling.ProfilingPreferencesReader
-
public final class ProfilingPreferencesReader extends Object
Profiling preferences reader. If any of profiling preferences is not set, stores its default value on disk.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static int
getDelay()
Gets the amount of milliseconds to wait before terminating profiling target.
-
-
-
Method Detail
-
getDelay
public static int getDelay()
Gets the amount of milliseconds to wait before terminating profiling target.- Returns:
- Delay in milliseconds. By default equals to 3000.
-
-