public MethodCalled(MethodDefinition method, ulong time, string name) { Method = method; Time = time; Name = name; }
public JitOccured(MethodDefinition method, int codeSize) { Method = method; CodeSize = codeSize; }