Searched refs:times_arg (Results 1 – 1 of 1) sorted by relevance
72 long long times_arg = strtoll(optarg, &end, 10); in ProfilingSampleDistributionMain() local75 PERFETTO_CHECK(times_arg > 0); in ProfilingSampleDistributionMain()76 times = static_cast<uint64_t>(times_arg); in ProfilingSampleDistributionMain()