Searched refs:cpu_str (Results 1 – 1 of 1) sorted by relevance
154 std::string cpu_str = android::base::StringPrintf("%d", record_cpu); in RecordInChildProcess() local156 bool ret = RecordCmd()->Run({"-a", "--cpu", cpu_str, "sleep", record_duration_str}); in RecordInChildProcess()