Searched defs:ProfilerEntry (Results 1 – 2 of 2) sorted by relevance
26 internal struct ProfilerEntry struct28 public enum Type35 public ProfilerEntry(Timespec timespec, Type type, string tag) in ProfilerEntry() argument42 public Timespec timespec;43 public Type type;44 public string tag;46 public override string ToString() in ToString()56 internal static string GetTypeAbbreviation(Type type) in GetTypeAbbreviation()
29 } ProfilerEntry; typedef