HomeSort by relevance Sort by last modified time
    Searched full:sample_freq_ (Results 1 - 1 of 1) sorted by null

  /system/extras/simpleperf/
cmd_record.cpp 119 sample_freq_(4000),
158 bool use_sample_freq_; // Use sample_freq_ when true, otherwise using sample_period_.
159 uint64_t sample_freq_; // Sample 'sample_freq_' times per second. member in class:RecordCommand
360 sample_freq_ = strtoull(args[i].c_str(), &endptr, 0);
361 if (*endptr != '\0' || sample_freq_ == 0) {
474 event_selection_set_.SetSampleFreq(sample_freq_);

Completed in 930 milliseconds