4 using System.Collections.Generic;
6 namespace SiliconStudio.Core.Diagnostics
16 public readonly
int Id;
41 public readonly
string Text;
62 TimeStamp = timeStamp;
63 ElapsedTime = elapsedTime;
65 Attributes = attributes;
readonly ProfilingKey Key
The profile key.
A key to identify a specific profile.
readonly long TimeStamp
The timestamp.
readonly int Id
The unique identifier.
ProfilingEvent(int profileId, ProfilingKey profilingKey, ProfilingMessageType profilingType, long timeStamp, long elapsedTime, string text, Dictionary< object, object > attributes)
Initializes a new instance of the ProfilingEvent struct.
readonly ProfilingMessageType Type
The type of the profile.
ProfilingMessageType
Type of a profiling message.
readonly Dictionary< object, object > Attributes
The attributes
readonly long ElapsedTime
The elapsed time since Begin event.
A profiling event generated by Profiler.
readonly string Text
The text.