Home
last modified time | relevance | path

Searched refs:ElapsedTime (Results 1 – 9 of 9) sorted by relevance

/external/grpc-grpc/examples/csharp/RouteGuide/RouteGuide/
DRouteGuide.cs838 public int ElapsedTime { property in Routeguide.RouteSummary
861 if (ElapsedTime != other.ElapsedTime) return false; in Equals()
871 if (ElapsedTime != 0) hash ^= ElapsedTime.GetHashCode(); in GetHashCode()
897 if (ElapsedTime != 0) { in WriteTo()
899 output.WriteInt32(ElapsedTime); in WriteTo()
918 if (ElapsedTime != 0) { in CalculateSize()
919 size += 1 + pb::CodedOutputStream.ComputeInt32Size(ElapsedTime); in CalculateSize()
941 if (other.ElapsedTime != 0) { in MergeFrom()
942 ElapsedTime = other.ElapsedTime; in MergeFrom()
968 ElapsedTime = input.ReadInt32(); in MergeFrom()
/external/ImageMagick/MagickCore/
Dtimer.c188 static double ElapsedTime(void) in ElapsedTime() function
398 time_info->elapsed.start=ElapsedTime(); in StartTimer()
430 time_info->elapsed.stop=ElapsedTime(); in StopTimer()
/external/webrtc/webrtc/base/
Dtask.h106 int64_t ElapsedTime();
Dtask.cc55 int64_t Task::ElapsedTime() { in ElapsedTime() function in rtc::Task
Dtask_unittest.cc85 if (ElapsedTime() > (time_to_perform_ * 1000 * 10000)) in ProcessStart()
/external/grpc-grpc/examples/csharp/RouteGuide/RouteGuideServer/
DRouteGuideImpl.cs98 ElapsedTime = (int)(stopwatch.ElapsedMilliseconds / 1000) in RecordRoute()
/external/grpc-grpc/examples/csharp/RouteGuide/RouteGuideClient/
DProgram.cs135 summary.FeatureCount, summary.Distance, summary.ElapsedTime); in RecordRoute()
/external/syzkaller/vendor/golang.org/x/net/trace/
Devents.go358 func (el *eventLog) ElapsedTime() string { func
510 <td class="elapsed">{{$el.ElapsedTime}}</td>
Dtrace.go864 func (tr *trace) ElapsedTime() string { func
1078 <td class="elapsed">{{$tr.ElapsedTime}}</td>