Home
last modified time | relevance | path

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

/external/perfetto/tools/
Dprofiling_sample_distribution.cc72 long long times_arg = strtoll(optarg, &end, 10); in ProfilingSampleDistributionMain() local
75 PERFETTO_CHECK(times_arg > 0); in ProfilingSampleDistributionMain()
76 times = static_cast<uint64_t>(times_arg); in ProfilingSampleDistributionMain()