Home
last modified time | relevance | path

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

/packages/services/Car/cpp/telemetry/cartelemetryd/sampleclient/
Dmain.cpp156 const int64_t batchFinishTime = android::elapsedRealtime(); in main() local
157 std::cout << "Finished sending the batch at " << batchFinishTime << " millis since boot" in main()
159 std::cout << "Took " << batchFinishTime - batchStartTime << " millis to send a batch of " in main()