Namespace: DeltaEngine.ProfilingAssembly: DeltaEngine.Profiling (in DeltaEngine.Profiling.dll) Version: 1.1.1.0 (1.1.1)
public SystemProfiler(
int maximumPollsPerSecond = 10
)
public SystemProfiler(
int maximumPollsPerSecond = 10
)
Public Sub New (
Optional maximumPollsPerSecond As Integer = 10
)
Public Sub New (
Optional maximumPollsPerSecond As Integer = 10
)
public:
SystemProfiler(
int maximumPollsPerSecond = 10
)
public:
SystemProfiler(
int maximumPollsPerSecond = 10
)
new :
?maximumPollsPerSecond : int
(* Defaults:
let _maximumPollsPerSecond = defaultArg maximumPollsPerSecond 10
*)
-> SystemProfiler
new :
?maximumPollsPerSecond : int
(* Defaults:
let _maximumPollsPerSecond = defaultArg maximumPollsPerSecond 10
*)
-> SystemProfiler
Parameters
- maximumPollsPerSecond (Optional)
- Type: System.Int32