OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:idle_cpu_time
(Results
1 - 7
of
7
) sorted by null
/external/grpc-grpc/test/cpp/qps/
usage_timer.h
31
unsigned long long
idle_cpu_time
;
member in struct:UsageTimer::Result
usage_timer.cc
56
unsigned long long*
idle_cpu_time
) {
68
*
idle_cpu_time
= std::stol(cpu_time_str);
81
r.
idle_cpu_time
= 0;
82
get_cpu_usage(&r.total_cpu_time, &r.
idle_cpu_time
);
93
r.
idle_cpu_time
= s.
idle_cpu_time
- start_.
idle_cpu_time
;
server.h
74
stats.set_idle_cpu_time(timer_result.
idle_cpu_time
);
driver.cc
111
return s.
idle_cpu_time
();
/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
ServerStats.php
44
* Generated from protobuf field <code>uint64
idle_cpu_time
= 5;</code>
46
private $
idle_cpu_time
= 0;
variable
174
* Generated from protobuf field <code>uint64
idle_cpu_time
= 5;</code>
179
return $this->
idle_cpu_time
;
185
* Generated from protobuf field <code>uint64
idle_cpu_time
= 5;</code>
192
$this->
idle_cpu_time
= $var;
variable
/external/grpc-grpc/src/ruby/qps/src/proto/grpc/testing/
stats_pb.rb
13
optional :
idle_cpu_time
, :uint64, 5
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
Stats.cs
155
/// <summary>Field number for the "
idle_cpu_time
" field.</summary>
[
all
...]
Completed in 494 milliseconds