diff options
author | Michael Lumish <mlumish@google.com> | 2015-11-19 09:29:13 -0800 |
---|---|---|
committer | Michael Lumish <mlumish@google.com> | 2015-11-19 09:29:13 -0800 |
commit | bb2646a234c30c9e85f4caef65998c4dc00bac8e (patch) | |
tree | c447fb1084fddfce12beb11f74553397b4cabda6 /src/csharp/Grpc.Core/Profiling/ProfilerEntry.cs | |
parent | 507587f84fe3f0f639479fea6b9d7d06cbf452c5 (diff) | |
parent | 1a8f547a0b06323ce1efaf67df46044e13a790ef (diff) |
Merge pull request #4146 from jtattermusch/csharp_perf_runners
Provide performance workers for C#
Diffstat (limited to 'src/csharp/Grpc.Core/Profiling/ProfilerEntry.cs')
-rw-r--r-- | src/csharp/Grpc.Core/Profiling/ProfilerEntry.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/csharp/Grpc.Core/Profiling/ProfilerEntry.cs b/src/csharp/Grpc.Core/Profiling/ProfilerEntry.cs index 5cc4c3c054..792e3c3cd0 100644 --- a/src/csharp/Grpc.Core/Profiling/ProfilerEntry.cs +++ b/src/csharp/Grpc.Core/Profiling/ProfilerEntry.cs @@ -40,7 +40,8 @@ namespace Grpc.Core.Profiling { internal struct ProfilerEntry { - public enum Type { + public enum Type + { BEGIN, END, MARK |