Searched defs:ProfilerEntry (Results 1 – 3 of 3) 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()
96 } ProfilerEntry; typedef
29 } ProfilerEntry; typedef