Пример #1
0
 public MethodCalled(MethodDefinition method, ulong time, string name)
 {
     Method = method;
     Time = time;
     Name = name;
 }
Пример #2
0
 public JitOccured(MethodDefinition method, int codeSize)
 {
     Method = method;
     CodeSize = codeSize;
 }