Namespace: DeltaEngine.ProfilingAssembly: DeltaEngine.Profiling (in DeltaEngine.Profiling.dll) Version: 1.1.1.0 (1.1.1)
public DelegateProfiler(
Action testDelegate,
int iterations = 1000
)
public DelegateProfiler(
Action testDelegate,
int iterations = 1000
)
Public Sub New (
testDelegate As Action,
Optional iterations As Integer = 1000
)
Public Sub New (
testDelegate As Action,
Optional iterations As Integer = 1000
)
public:
DelegateProfiler(
Action^ testDelegate,
int iterations = 1000
)
public:
DelegateProfiler(
Action^ testDelegate,
int iterations = 1000
)
new :
testDelegate : Action *
?iterations : int
(* Defaults:
let _iterations = defaultArg iterations 1000
*)
-> DelegateProfiler
new :
testDelegate : Action *
?iterations : int
(* Defaults:
let _iterations = defaultArg iterations 1000
*)
-> DelegateProfiler