Constructor DiagnosticEvent
DiagnosticEvent(String, String, Int32, Int32, Int32, Int32, Int32[])
DiagnosticEvent constructor
Declaration
public DiagnosticEvent(string graph, string name, int id, int stream, int frame, int value, int[] deps)
Parameters
Type | Name | Description |
---|---|---|
String | graph | Graph id. |
String | name | Event name. |
Int32 | id | Event id. |
Int32 | stream | Stream index. |
Int32 | frame | Frame number. |
Int32 | value | Event value. |
Int32[] | deps | Array of dependency event ids. |