public void End(int code) => _records.Add(ProfilerRecord.NewEnd(code));
public void Start(int code) => _records.Add(ProfilerRecord.NewStart(code));