Home
last modified time | relevance | path

Searched defs:ProfilerEntry (Results 1 – 2 of 2) sorted by relevance

/third_party/grpc/src/csharp/Grpc.Core/Profiling/
DProfilerEntry.cs26 internal struct ProfilerEntry struct
28 public enum Type
35 public ProfilerEntry(Timespec timespec, Type type, string tag) in ProfilerEntry() argument
42 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()
/third_party/python/Modules/
D_lsprof.c29 } ProfilerEntry; typedef