Click or drag to resize
NetProfilerEnd Method

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

End net profiling block.

Namespace: VRage
Assembly: VRage (in VRage.dll) Version: 1.0.0.0
Syntax
C#
public static void End(
	Nullable<float> bytesTransfered = null,
	float customValue = 0f,
	string customValueFormat = "",
	string byteFormat = "{0} B",
	string callFormat = null,
	string member = "",
	int line = 0,
	string file = ""
)

Parameters

bytesTransfered (Optional)
Type: SystemNullableSingle
Specify number of bytes transferred or null to automatically calculate number of bytes from inner blocks.
customValue (Optional)
Type: SystemSingle
You can put any number here.
customValueFormat (Optional)
Type: SystemString
This is formatting string how the number will be written on screen, use something like: 'MyNumber: {0} foos/s'
byteFormat (Optional)
Type: SystemString

[Missing <param name="byteFormat"/> documentation for "M:VRage.NetProfiler.End(System.Nullable{System.Single},System.Single,System.String,System.String,System.String,System.String,System.Int32,System.String)"]

callFormat (Optional)
Type: SystemString

[Missing <param name="callFormat"/> documentation for "M:VRage.NetProfiler.End(System.Nullable{System.Single},System.Single,System.String,System.String,System.String,System.String,System.Int32,System.String)"]

member (Optional)
Type: SystemString

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

line (Optional)
Type: SystemInt32

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

file (Optional)
Type: SystemString

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

See Also