Click or drag to resize
ProfilerShortEnd Method (Single, NullableMyTimeSpan, String, String, String, Int32, String)

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:VRage.ProfilerShort.End(System.Single,System.Nullable{VRage.Library.Utils.MyTimeSpan},System.String,System.String,System.String,System.Int32,System.String)"]

Namespace: VRage
Assembly: VRage (in VRage.dll) Version: 1.0.0.0
Syntax
C#
public static void End(
	float customValue = 0f,
	Nullable<MyTimeSpan> customTime = null,
	string timeFormat = null,
	string valueFormat = null,
	string member = "",
	int line = 0,
	string file = ""
)

Parameters

customValue (Optional)
Type: SystemSingle

[Missing <param name="customValue"/> documentation for "M:VRage.ProfilerShort.End(System.Single,System.Nullable{VRage.Library.Utils.MyTimeSpan},System.String,System.String,System.String,System.Int32,System.String)"]

customTime (Optional)
Type: SystemNullableMyTimeSpan

[Missing <param name="customTime"/> documentation for "M:VRage.ProfilerShort.End(System.Single,System.Nullable{VRage.Library.Utils.MyTimeSpan},System.String,System.String,System.String,System.Int32,System.String)"]

timeFormat (Optional)
Type: SystemString

[Missing <param name="timeFormat"/> documentation for "M:VRage.ProfilerShort.End(System.Single,System.Nullable{VRage.Library.Utils.MyTimeSpan},System.String,System.String,System.String,System.Int32,System.String)"]

valueFormat (Optional)
Type: SystemString

[Missing <param name="valueFormat"/> documentation for "M:VRage.ProfilerShort.End(System.Single,System.Nullable{VRage.Library.Utils.MyTimeSpan},System.String,System.String,System.String,System.Int32,System.String)"]

member (Optional)
Type: SystemString

[Missing <param name="member"/> documentation for "M:VRage.ProfilerShort.End(System.Single,System.Nullable{VRage.Library.Utils.MyTimeSpan},System.String,System.String,System.String,System.Int32,System.String)"]

line (Optional)
Type: SystemInt32

[Missing <param name="line"/> documentation for "M:VRage.ProfilerShort.End(System.Single,System.Nullable{VRage.Library.Utils.MyTimeSpan},System.String,System.String,System.String,System.Int32,System.String)"]

file (Optional)
Type: SystemString

[Missing <param name="file"/> documentation for "M:VRage.ProfilerShort.End(System.Single,System.Nullable{VRage.Library.Utils.MyTimeSpan},System.String,System.String,System.String,System.Int32,System.String)"]

See Also