Home
last modified time | relevance | path

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

/external/grpc-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() method
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()
/external/python/cpython3/Modules/
D_lsprof.c86 } ProfilerEntry; typedef
/external/python/cpython2/Modules/
D_lsprof.c96 } ProfilerEntry; typedef