Click or drag to resize

ProfilerTick Class

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

A tick in used for the Profiler
Inheritance Hierarchy
SystemObject
  MLAPI.ProfilingProfilerTick

Namespace:  MLAPI.Profiling
Assembly:  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class ProfilerTick
Request Example View Source

The ProfilerTick type exposes the following members.

Constructors
  NameDescription
Public methodProfilerTick
Initializes a new instance of the ProfilerTick class
Top
Properties
  NameDescription
Public propertyBytes
The amount of bytes that were sent and / or recieved during this tick
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodStatic memberFromStream
Creates a ProfilerTick from data in the provided stream
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodSerializeToStream
Writes the current ProfilerTick to the stream
Public methodToString (Inherited from Object.)
Top
Fields
  NameDescription
Public fieldEventId
The id of the tick
Public fieldEvents
The events that occured during this tick
Public fieldFrame
The frame the tick executed on
Public fieldType
The type of tick
Top
See Also