Package com._1c.g5.v8.dt.debug.profiling
Class ProfilingPreferencesReader
java.lang.Object
com._1c.g5.v8.dt.debug.profiling.ProfilingPreferencesReader
Profiling preferences reader. If any of profiling preferences is not set, stores its default value on disk.
-
Method Summary
Modifier and TypeMethodDescriptionstatic int
getDelay()
Gets the amount of milliseconds to wait before terminating profiling target.
-
Method Details
-
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.
-