Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dcmd_record.cpp1078 size_t cyc_threshold; in ParseOptions() local
1079 if (options.PullUintValue("--cycle-threshold", &cyc_threshold)) { in ParseOptions()
1081 recorder.SetCycleThreshold(cyc_threshold); in ParseOptions()