OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:target_counter
(Results
1 - 1
of
1
) sorted by null
/external/libchrome/base/process/
process_metrics_linux.cc
276
uint64_t*
target_counter
= NULL;
local
278
target_counter
= &io_counters->ReadOperationCount;
280
target_counter
= &io_counters->WriteOperationCount;
282
target_counter
= &io_counters->ReadTransferCount;
284
target_counter
= &io_counters->WriteTransferCount;
285
if (!
target_counter
)
287
bool converted = StringToUint64(value_str,
target_counter
);
Completed in 62 milliseconds